Does anyone know how to enable logging for krpc?
# kotlinx-rpc
a
Does anyone know how to enable logging for krpc?
a
DumpLogger internal API
d
Apparently there is a whole dependency for this:
<https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-rpc-krpc-logging>
...but I can't see how to use it? Also required because I'm facing an RPC call in my client that just 'hangs' - no error, no return, doesn't seem to leave the client. Trying to enable logging to find out what happened. Surprised to find no usable logging feature? Can't see mention of logging in doco either, so mixed signals with the existence of the dependency.
a
Yeah, logging is only internal for tests mostly Reason is that at least at the time there was not a good KMP lib for all platforms for logging
d
Ok, thanks for clarifying 👌