Skip to content

Commit

Permalink
fix: don't log on trace per default
Browse files Browse the repository at this point in the history
  • Loading branch information
philmtd committed Aug 9, 2022
1 parent 141b658 commit b244acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<encoder class="net.logstash.logback.encoder.LogstashEncoder"/>
</appender>

<root level="TRACE">
<root level="DEBUG">
<appender-ref ref="jsonConsoleAppender"/>
</root>
</springProfile>
Expand Down

0 comments on commit b244acd

Please sign in to comment.