File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation(" org.java-websocket:Java-WebSocket:1.5.0" )
44
44
implementation(" org.apache.commons:commons-collections4:4.4" )
45
45
implementation(" io.lettuce:lettuce-core:5.1.8.RELEASE" )
46
- implementation(" ch.qos.logback:logback-classic:1.2.9 " )
46
+ implementation(" ch.qos.logback:logback-classic:1.4.6 " )
47
47
48
48
implementation(" io.ktor" , " ktor-server-core" , ktorVersion)
49
49
implementation(" io.ktor" , " ktor-server-cors" , ktorVersion)
Original file line number Diff line number Diff line change 6
6
</encoder >
7
7
</appender >
8
8
9
- <logger name =" org.modelix" level =" DEBUG" >
10
- <appender-ref ref =" console" />
11
- </logger >
12
-
13
- <root level =" INFO" >
9
+ <root level =" DEBUG" >
14
10
<appender-ref ref =" console" />
15
11
</root >
16
12
</configuration >
You can’t perform that action at this time.
0 commit comments