You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get a logger and thread labels using the logback appender.
It looks like it is possible for log4j using log4j patterns (requested in #56 and introduced in #62) but not in logback.
I have found the predefined level label, I managed to have labels sourced from environment such as
Hello,
I am trying to get a
logger
andthread
labels using the logback appender.It looks like it is possible for log4j using log4j patterns (requested in #56 and introduced in #62) but not in logback.
I have found the predefined level label, I managed to have labels sourced from environment such as
I also have mdc labels
but none of these allow me to tag the log line with logger or thread name.
Looking at the definition of
ch.qos.logback.classic.spi.ILoggingEvent
, both properties are information at the same level as loglevelThe text was updated successfully, but these errors were encountered: