[Hawkular-dev] Which logging categories can be hidden by default?

Viliam Rockai vrockai at redhat.com
Thu Jun 4 08:56:04 EDT 2015


+1 on the log tidy-up. There's too much information in the log right now and important warnings/errors could be easily "lost" in the debug debris.

----- Original Message -----
From: "Peter Palaga" <ppalaga at redhat.com>
To: "Discussions around Hawkular development" <hawkular-dev at lists.jboss.org>
Sent: Thursday, June 4, 2015 2:49:41 PM
Subject: [Hawkular-dev] Which logging categories can be hidden by default?

Hi *,

I hope I am not the only one who finds that there is a lot of 
uninteresting messages in the log which can be made hidden by default.

I propose to add the following lines to standalone xml files for both 
dev and production profiles:

         <logger category="org.apache.cassandra">
           <level name="WARN"/>
         </logger>
         <logger category="org.jboss.as.ejb3">
           <level name="WARN"/>
         </logger>
         <logger category="liquibase">
           <level name="WARN"/>
         </logger>
         <logger category="org.ocpsoft.rewrite">
           <level name="WARN"/>
         </logger>
         <logger category="com.datastax.driver">
           <level name="WARN"/>
         </logger>

Is this too much hiding or maybe somebody has even more candidates for 
suppressing?

Thanks,

Peter
_______________________________________________
hawkular-dev mailing list
hawkular-dev at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hawkular-dev


More information about the hawkular-dev mailing list