Hi,
We are using kotlin-logging on many services on production. Today we figured out that if a message lambda fails, that incident is logged with the initial logging level, while it is actually an error. Which leads to some unexpected behavior.
Basically I'm speaking about this log "Log message invocation failed: $e" coming from toStringSafe method.
Is it possible to log that exception in ERROR level?
Thanks.
Kind regards