Join Slack
Powered by
How to configure websocket logs in ktor 2.2.1? Is ...
# ktor
a
Andrey Tabakov
12/13/2022, 1:35 PM
How to configure websocket logs in ktor 2.2.1? Is there any docs?
a
Aleksei Tirman [JB]
12/13/2022, 3:53 PM
You need to enable logging on the
TRACE
level
a
Andrey Tabakov
12/13/2022, 3:56 PM
The problem that without any config I’ve seen a TRACE messages. It is one config for REST and WS?
a
Aleksei Tirman [JB]
12/13/2022, 4:08 PM
It’s a config for the SLF4J logger implementation.
a
Andrey Tabakov
12/13/2022, 5:06 PM
@Aleksei Tirman [JB]
Oh, got it, miss understand. I use ktor js websocket client, messages in dev tool console
69
Views
Open in Slack
Previous
Next