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
Describe the bug
GEtting error: ERROR in de.siegmar.logbackgelf.GelfHttpAppender[GELF] - URI is required
even if uri field has correct uri like http://localhost:33002/gelf.
Java distribution and version in use (output of java -version):
17
SLF4J and Logback version in use:
1.5.3
Some my investigation
I did some debug and found that method ch.qos.logback.core.joran.util.AggregationAssessor#getDefaultClassNameByAnnonation tries to read DefaultClass annotation to pick correct Java Class for the path string, but looks like class GelfHttpAppender does not have it.
Sorry for messy report. Hope it's helps you some how.
The text was updated successfully, but these errors were encountered:
Describe the bug
GEtting error:
ERROR in de.siegmar.logbackgelf.GelfHttpAppender[GELF] - URI is required
even if
uri
field has correcturi
likehttp://localhost:33002/gelf
.The field
insecure
is changed to true correctly.To Reproduce
Try to use configuration like:
`
`
Additional context
Java distribution and version in use (output of
java -version
):17
SLF4J and Logback version in use:
1.5.3
Some my investigation
I did some debug and found that method
ch.qos.logback.core.joran.util.AggregationAssessor#getDefaultClassNameByAnnonation
tries to read DefaultClass annotation to pick correct Java Class for the path string, but looks like class GelfHttpAppender does not have it.Sorry for messy report. Hope it's helps you some how.
The text was updated successfully, but these errors were encountered: