Skip to content

Commit

Permalink
Fix logging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oermolaev committed Jan 31, 2025
1 parent fafec8e commit 1b6a740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kafka/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ collector {

pekko {
loglevel = WARNING
loggers = ["pekko.event.slf4j.Slf4jLogger"]
loggers = ["org.apache.pekko.event.slf4j.Slf4jLogger"]
logging-filter = "org.apache.pekko.event.slf4j.Slf4jLoggingFilter"

http.server {
remote-address-header = on
Expand Down

0 comments on commit 1b6a740

Please sign in to comment.