From 289533cd64f9ed75c238138c0a9a8af7a4ce179a Mon Sep 17 00:00:00 2001 From: Deklan Dieterly Date: Wed, 26 Mar 2014 15:08:28 -0600 Subject: [PATCH] Add comments about useless log4j.properties file. --- .../resources/com/hpcloud/mon/persister/log4j.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/com/hpcloud/mon/persister/log4j.properties b/src/main/resources/com/hpcloud/mon/persister/log4j.properties index 6c4ed533..605e5bb3 100644 --- a/src/main/resources/com/hpcloud/mon/persister/log4j.properties +++ b/src/main/resources/com/hpcloud/mon/persister/log4j.properties @@ -1,3 +1,8 @@ +# This file is an attempt to get rid of the following warnings. +# The warnings are still occurring. This file is probably not needed. +#log4j:WARN No appenders could be found for logger (org.jboss.logging). +#log4j:WARN Please initialize the log4j system properly. + log4j.rootLogger=info, stdout, R log4j.appender.stdout=org.apache.log4j.ConsoleAppender