Skip to content

Commit

Permalink
add access log to test server
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Apr 29, 2024
1 parent 7400da9 commit 9869cc8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import org.springframework.boot.runApplication
class TestServerApplication

fun main(args: Array<String>) {
System.setProperty("reactor.netty.http.server.accessLogEnabled", "true")
runApplication<TestServerApplication>(*args)
}

0 comments on commit 9869cc8

Please sign in to comment.