Skip to content

Commit

Permalink
Reduce log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Jan 4, 2024
1 parent c9635b0 commit 9c3c29c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set to debug or trace if log4j initialization is failing
status = debug
status = warn

# Console appender configuration
appender.console.type = Console
Expand All @@ -8,5 +8,5 @@ appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d{yyyy-MM-dd HH:mm:ss} %-5p %notEmpty{[%X{restateServiceMethod}]}%notEmpty{[%X{restateInvocationId}]} %c - %m%n

# Root logger
rootLogger.level = debug
rootLogger.level = info
rootLogger.appenderRef.stdout.ref = consoleLogger

0 comments on commit 9c3c29c

Please sign in to comment.