Skip to content

Commit

Permalink
fix log level for dev properties
Browse files Browse the repository at this point in the history
  • Loading branch information
psmagin committed Jan 14, 2025
1 parent 29f62aa commit e4df3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/dev-log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ appender.console.name = STDOUT
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d{HH:mm:ss} [$${folio:requestid}] [$${folio:tenantid}] [$${folio:userid}] [$${folio:moduleid}] %-5p %-20.20C{1} %m%n

rootLogger.level = debug
rootLogger.appenderRefs = debug
rootLogger.level = info
rootLogger.appenderRefs = info
rootLogger.appenderRef.stdout.ref = STDOUT

# Debugging elasticsearch client
Expand Down

0 comments on commit e4df3f8

Please sign in to comment.