[logback-dev] [JIRA] Created: (LBCLASSIC-129) SimpleSocketServer suppresses error messages or Exceptions
Rick Janda (JIRA)
noreply-jira at qos.ch
Fri May 15 17:37:10 CEST 2009
SimpleSocketServer suppresses error messages or Exceptions
----------------------------------------------------------
Key: LBCLASSIC-129
URL: http://jira.qos.ch/browse/LBCLASSIC-129
Project: logback-classic
Issue Type: Bug
Components: Other
Affects Versions: 0.9.15
Reporter: Rick Janda
Assignee: Logback dev list
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list