Skip to content

Commit

Permalink
Merge branch '7.8.x' into master by wadhwa1
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentSemaphore committed Aug 16, 2024
2 parents a9adca7 + 1fd93f1 commit 0d8f203
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions utility-belt/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<configuration>

<!-- Console Appender using the default pattern -->
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<!-- Default encoder without specifying a pattern -->
<encoder/>
</appender>

<!-- Set the root logger level to ERROR -->
<root level="ERROR">
<appender-ref ref="STDOUT" />
</root>

</configuration>

0 comments on commit 0d8f203

Please sign in to comment.