Skip to content

Commit

Permalink
Digitalocean profile logging level -> INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolvur committed Aug 5, 2022
1 parent 60d9793 commit 59b38cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/logback-digitalocean.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</encoder>
</appender>

<logger name="se" level="DEBUG"/>
<logger name="se" level="INFO"/>

<root level="INFO">
<appender-ref ref="STDOUT"/>
Expand Down

0 comments on commit 59b38cd

Please sign in to comment.