Details
-
Bug
-
Resolution: Fixed
-
Major
-
0.9.16
-
None
-
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)
Description
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.