[BAEL-2073] Java 9 Migration Issues and Resolution

This commit is contained in:
macroscopic64
2019-04-19 07:04:58 +05:30
parent 31f45e8898
commit c587c0b5dd
4 changed files with 2 additions and 1 deletions
@@ -0,0 +1,10 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>[%level] %msg%n</pattern>
</encoder>
</appender>
<root level="debug">
<appender-ref ref="STDOUT" />
</root>
</configuration>