[logback-dev] [JIRA] Created: (LBCLASSIC-143) SocketAppender is reporting an ERROR if connection could not be established.
Joern Huxhorn (JIRA)
noreply-jira at qos.ch
Mon Jul 20 16:17:11 CEST 2009
SocketAppender is reporting an ERROR if connection could not be established.
----------------------------------------------------------------------------
Key: LBCLASSIC-143
URL: http://jira.qos.ch/browse/LBCLASSIC-143
Project: logback-classic
Issue Type: Bug
Components: appender
Affects Versions: 0.9.16
Environment: java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-83, mixed mode)
Reporter: Joern Huxhorn
Assignee: Logback dev list
13:40:59,399 |-INFO in ch.qos.logback.classic.net.SocketAppender[LogbackClassic] - Starting a new connector thread.
13:40:59,400 |-ERROR in ch.qos.logback.classic.net.SocketAppender[LogbackClassic] - Could not connect to remote logback server at [localhost]. We will try again later. java.net.ConnectException: Connection refused
I think the ERROR should only be an INFO (or WARN) because it's no problem if the connection is created later when the server is available.
There's nothing fatal about it.
--
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