Hi,
I'm in the situation where a 3rd party code logs some content at a certain level, but I want that log to be a different (higher) level.
E.g: in my log: WARN : Connection to XYZ failed.
But I want: ERROR: Connection to XYZ failed.
Is there a way to do this with logback?
(couldn't figure it out… maybe with a separate appender?)
Regards,
Koos Gadellaa