diff --git a/test-server/src/main/kotlin/com/sunnychung/application/multiplatform/hellohttp/testserver/TestServerApplication.kt b/test-server/src/main/kotlin/com/sunnychung/application/multiplatform/hellohttp/testserver/TestServerApplication.kt index 74af6c50..50567138 100644 --- a/test-server/src/main/kotlin/com/sunnychung/application/multiplatform/hellohttp/testserver/TestServerApplication.kt +++ b/test-server/src/main/kotlin/com/sunnychung/application/multiplatform/hellohttp/testserver/TestServerApplication.kt @@ -7,5 +7,6 @@ import org.springframework.boot.runApplication class TestServerApplication fun main(args: Array) { + System.setProperty("reactor.netty.http.server.accessLogEnabled", "true") runApplication(*args) }