Skip to content

Commit

Permalink
add missing logback.xml (#8987)
Browse files Browse the repository at this point in the history
closes #8985
  • Loading branch information
wetted committed Mar 23, 2023
1 parent b51b659 commit fff00e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test-suite-graal/src/test/resources/logback.xml
@@ -0,0 +1,10 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="info">
<appender-ref ref="STDOUT" />
</root>
</configuration>

0 comments on commit fff00e9

Please sign in to comment.