Skip to content

Is it possible to get console error message if sending messages fails? #88

Answered by osiegmar
rpeveng asked this question in Q&A
Discussion options

You must be logged in to vote

In order to see problems/errors within the log system itself, you can use logbacks Status data feature. In the simplest form you add the debug attribute to your <configuration> root element of your logback configuration: <configuration debug="true">. That causes internal errors to be logged to the console.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by osiegmar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants