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
This method is implemented by ch.qos.logback.classic.net.SyslogAppender and can be overridden. But it doesn't seem to serve any purpose as this method is never called. I think the severity is currently determined by
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The class
ch.qos.logback.core.net.SyslogAppenderBase
definesThis method is implemented by
ch.qos.logback.classic.net.SyslogAppender
and can be overridden. But it doesn't seem to serve any purpose as this method is never called. I think the severity is currently determined bywhich statically calls
Is this an oversight? What do I have to do to make
getSeverityForEvent(Object)
define the severity?Beta Was this translation helpful? Give feedback.
All reactions