Closed jemliF closed 8 years ago
I think I see the problems:
logsToStderr
and errorsToStderr
need to be capitalized differently - the "err" but needs a lowercase "e". This was incorrect in the sample logback configuration from the README (though somehow correct in the description below) and I have updated thatrawJsonMessage
and headers
will be introduced in the upcoming 1.3 release so they are not supported yetIf you need any of the 1.3 features I'm happy to cut a release. There was a flurry of activity a while back and a few pull requests were merged and some others were promised but didn't materialize which I guess is what I was waiting for. But for now, just fixing the capitalization on <logsToStderr>
and <errorsToStderr>
as well as removing the <rawJsonMessage>
and <headers>
sections should be enough to get you going.
Thank you very much, but can you explain the role of each one of these options cause i removed all the optional stuff and it worked fine.
I tried to outline the purpose of the options in the README.md
file (which is also what you see when you visit the front page of the GitHub repository), below the sample logback.xml
(in the "Configuration Reference" section). If there are specific entries that you think need more explanation, let me know and I will see what I can do.
Thank you very much, appreciated
I used this configuration:
But, when running i get this error with the following stacktrace: