Dockerized telegram bot

This commit is contained in:
Pavel Kachalouski
2019-05-18 01:37:37 +02:00
parent 9d30525c8a
commit afe113c2db
17 changed files with 97 additions and 75 deletions

View File

@@ -0,0 +1,11 @@
<configuration debug="true" scan="true" >
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%date [%level] %logger: %message%n%xException</pattern>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>
</configuration>