Skip to content

Commit

Permalink
Enable trace logging for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Feb 15, 2025
1 parent 03eeba2 commit d337f43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ private val LoomDispatcher = Executors

private val client = HttpClient {
install(WebSockets) {
pingInterval = 15.seconds
pingInterval = 2.seconds
}
}

Expand Down
2 changes: 2 additions & 0 deletions client/src/main/resources/simplelogger.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
org.slf4j.simpleLogger.defaultLogLevel=trace
org.slf4j.simpleLogger.showDateTime=true
2 changes: 2 additions & 0 deletions server/src/main/resources/simplelogger.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
org.slf4j.simpleLogger.defaultLogLevel=trace
org.slf4j.simpleLogger.showDateTime=true

0 comments on commit d337f43

Please sign in to comment.