Hey, is there a way to intercept all the logs to e...
# kotlin-logging
d
Hey, is there a way to intercept all the logs to e.g. send them to an Elasticsearch instance etc.?
m
I don't know of a way of doing that with kotlin logging but at the end kotlin logging uses an slf4j logger, so you can use the appender feature of your actuakl logger