Skip to content

Commit

Permalink
[Rahul] | debug-level | Add. Env Variable To Set Debug Level
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Dec 15, 2023
1 parent a5221a2 commit 61f2afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ appender.console.target = SYSTEM_OUT
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d %-5p [openerp-atomfeed-service][%c] %m%n

rootLogger.level = INFO
rootLogger.level = ${env:LOGGING_LEVEL}
rootLogger.appenderRef.rolling.ref = file
rootLogger.appenderRef.console.ref = console

0 comments on commit 61f2afd

Please sign in to comment.