Skip to content

Commit

Permalink
chore: remove logback
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Feb 5, 2024
1 parent ef909ca commit 57ef6f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
3 changes: 1 addition & 2 deletions canary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ dependencies {

// Logging
implementation 'org.slf4j:slf4j-api:2.0.11'
implementation 'ch.qos.logback:logback-classic:1.4.14'
// implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1'
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1'

// Kafka
implementation 'org.apache.kafka:kafka-streams:3.6.1'
Expand Down
2 changes: 1 addition & 1 deletion canary/src/main/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ appender.kafka.layout.pattern = %d{HH:mm:ss} %highlight{%-5p} [KAFKA] %c - %m%n
appender.canary.type = Console
appender.canary.name = canary
appender.canary.layout.type = PatternLayout
appender.canary.layout.pattern = %d{HH:mm:ss} %highlight{%-5p} [CANARY] %c - %m%n
appender.canary.layout.pattern = %d{HH:mm:ss} %highlight{%-5p}{TRACE=blue} [CANARY] %c - %m%n

# Console lh appender configuration
appender.lh.type = Console
Expand Down
16 changes: 0 additions & 16 deletions canary/src/main/resources/logback.xml

This file was deleted.

0 comments on commit 57ef6f0

Please sign in to comment.