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'm not sure what changed, but running logback-gelf with logback-{core,classic}-1.1.8 with the sample configuration in the readme results in:
16:36:43,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [de.siegmar.logbackgelf.GelfUdpAppender]
16:36:43,216 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [GELF]
16:36:43,218 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@36:22 - no applicable action for [graylogHost], current ElementPath is [[configuration][appender][graylogHost]]
16:36:43,218 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@37:22 - no applicable action for [graylogPort], current ElementPath is [[configuration][appender][graylogPort]]
16:36:43,218 |-ERROR in de.siegmar.logbackgelf.GelfUdpAppender[GELF] - No graylogHost configured
Logback 1.1.3 works fine though, so I'm running with that for now.
The text was updated successfully, but these errors were encountered:
I'm not sure what changed, but running logback-gelf with
logback-{core,classic}-1.1.8
with the sample configuration in the readme results in:Logback 1.1.3 works fine though, so I'm running with that for now.
The text was updated successfully, but these errors were encountered: