How to configure websocket logs in ktor 2.2.1? Is ...
# ktor
a
How to configure websocket logs in ktor 2.2.1? Is there any docs?
a
You need to enable logging on the
TRACE
level
a
The problem that without any config I’ve seen a TRACE messages. It is one config for REST and WS?
a
It’s a config for the SLF4J logger implementation.
a
@Aleksei Tirman [JB] Oh, got it, miss understand. I use ktor js websocket client, messages in dev tool console