I keep receiving those websocket messages in my lo...
# ktor
g
I keep receiving those websocket messages in my logs:
2024-09-19 08:23:37.984 [DefaultDispatcher-worker-9]  TRACE io.ktor.websocket.WebSocket - WebSocketSession(StandaloneCoroutine{Active}@190af050) receiving frame Frame TEXT
is there a way to turn it off?
a
You can change the logger level to INFO or DEBUG to not log this kind of messages