Skip to content

Commit

Permalink
changed loglevel to debug for the scripted version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-republic committed Jan 3, 2024
1 parent 0dc9433 commit 126a6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/log4j2.xml.mine
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</RollingFile>
</appenders>
<loggers>
<root level="info"> <!-- We log everything -->
<root level="debug"> <!-- We log everything -->
<appender-ref ref="Console"/> <!-- To console -->
<appender-ref ref="RollingFile"/> <!-- And to a rotated file -->
</root>
Expand Down

0 comments on commit 126a6b4

Please sign in to comment.