Skip to content

Commit

Permalink
Update helm/templates/log-configmap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanchekka authored Sep 30, 2024
1 parent 1833d29 commit b4ca53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/log-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n
log4j.appender.stdout.layout.ConversionPattern=[%d] [%p] [%t] [%c] - %m%n
log4j.logger.kafka=ERROR, stdout
log4j.additivity.kafka=false
Expand Down

0 comments on commit b4ca53c

Please sign in to comment.