Merge pull request #12907 from hkhan/JAVA-14549-logging-cleanup

[JAVA-14549] Logging cleanup
This commit is contained in:
Loredana Crusoveanu 2022-10-24 09:14:48 +03:00 committed by GitHub
commit b8cbb8a5b5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<logger name="com.baeldung.aspectj.classmethodadvice" level="TRACE" />
<root level="TRACE">
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>
</configuration>