Browse Source
* pr/42986: Remove explicit '.xml' suffix check from `LogbackLoggingSystem` Closes gh-42986pull/43191/head
3 changed files with 27 additions and 11 deletions
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<configuration> |
||||
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> |
||||
<encoder> |
||||
<pattern>%msg</pattern> |
||||
</encoder> |
||||
</appender> |
||||
<root level="INFO"> |
||||
<appender-ref ref="CONSOLE" /> |
||||
</root> |
||||
</configuration> |
||||
Loading…
Reference in new issue