Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
0.9.15
-
None
Description
Hello Logback team,
It seems, that the SimpleSocketServer is suppressing various error messages or Exceptions. There are several conditions, where I do not get an error message at all, e.g.
- if a logger is referring to an appender that is not defined in the logback.xml
- if the FileAppender or RollingFileAppender is not able to write a file, either caused by wrong permissions or non existence of the target directory
- if the server port is already used by another application
This makes debugging of the configuration file really time consuming.
Better output could make config debugging much faster here.
Thanx in advance for improving this.
Regards,
Rick