[BAEL-1753] Moved Kotlin-ktor in core-kotlin module

This commit is contained in:
Syed Mansoor
2018-07-03 21:16:12 +10:00
parent add380d17a
commit 396df6fdca
122 changed files with 856 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{YYYY-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>
</configuration>