Skip to content

Commit

Permalink
fix(webserver): reduce default micronaut log to warn (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisSouquiere authored and tchiotludo committed Apr 4, 2023
1 parent 911ed5e commit 486e8d8
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 @@ -38,4 +38,5 @@
</root>

<logger name="org.apache" level="WARN" />
<logger name="io.micronaut" level="WARN"/>
</configuration>

0 comments on commit 486e8d8

Please sign in to comment.