Skip to content

Commit

Permalink
chore: edit dev-api log leve info -> debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ManHyuk committed Jan 7, 2024
1 parent 6fbddf4 commit fa819e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/logging/src/main/resources/logback/logback-dev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</appender>

<logger name="org.springframework" level="INFO"/>
<logger name="io.raemian" level="INFO"/>
<logger name="io.raemian" level="DEBUG"/>

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

0 comments on commit fa819e6

Please sign in to comment.