Skip to content

Commit

Permalink
chore(log): allow put DEBUG log to file when dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jul 21, 2024
1 parent 3ee06a7 commit 332c703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
</encoder>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<level>DEBUG</level>
<onMatch>DENY</onMatch>
</filter>
</appender>
</then>
Expand Down

0 comments on commit 332c703

Please sign in to comment.