Skip to content

Commit

Permalink
Fix logging #dockerpush
Browse files Browse the repository at this point in the history
  • Loading branch information
smaugfm committed Mar 29, 2024
1 parent 5e5a2ac commit da3a13f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</encoder>
</appender>
<logger name="io.github.smaugfm.monobudget" level="${LOG_LEVEL:-INFO}"/>
<logger name="io.github.smaugfm.lunchmoney" level="${LOG_LEVEL:-INFO}"/>

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

0 comments on commit da3a13f

Please sign in to comment.