Skip to content

Commit

Permalink
fix: correct log configuration in cli (#6002)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Oct 22, 2023
1 parent e105540 commit 1162b3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<pattern>[%level] %msg%n</pattern>
</encoder>
</appender>
<logger name="org.apache.commons.jcs3" level="ERROR">

<logger name="org.apache.commons.jcs" level="ERROR" />

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

0 comments on commit 1162b3e

Please sign in to comment.