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

Peter Palaga ppalaga at redhat.com
Thu Jun 4 08:57:38 EDT 2015


BTW, this little change belongs to the same topic: 
https://github.com/hawkular/hawkular-metrics/pull/242 -- P

On 2015-06-04 14:49, Peter Palaga wrote:
> 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