diff --git a/usvm-ml-gameserver/build.gradle.kts b/usvm-ml-gameserver/build.gradle.kts index 23f0fcaf10..c08594616c 100644 --- a/usvm-ml-gameserver/build.gradle.kts +++ b/usvm-ml-gameserver/build.gradle.kts @@ -43,6 +43,7 @@ dependencies { implementation(Libs.kotlinx_cli) implementation(Libs.slf4j_simple) + implementation(Libs.logback) implementation("io.github.rchowell:dotlin:1.0.2") testImplementation(kotlin("test")) diff --git a/usvm-ml-gameserver/src/main/resources/logback.xml b/usvm-ml-gameserver/src/main/resources/logback.xml index 7d276cc655..e0826210db 100644 --- a/usvm-ml-gameserver/src/main/resources/logback.xml +++ b/usvm-ml-gameserver/src/main/resources/logback.xml @@ -1,12 +1,12 @@ - + + ${LOG_DIR}/usvm_game_server.log %d{YYYY-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - + + - - + \ No newline at end of file