[Hawkular-dev] Which logging categories can be hidden by default?
Thomas Segismont
tsegismo at redhat.com
Thu Jun 4 12:20:49 EDT 2015
Le 04/06/2015 14:49, Peter Palaga a écrit :
> 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>
What are the lines you're trying to get rid of? In Metrics, I only see
these:
18:16:36,136 INFO
[com.datastax.driver.core.policies.DCAwareRoundRobinPolicy]
(metricsservice-lifecycle-thread) Using data-center name 'datacenter1'
for DCAwareRoundRobinPolicy (if this is incorrect, please provide the
correct datacenter name with DCAwareRoundRobinPolicy constructor)
18:16:36,137 INFO [com.datastax.driver.core.Cluster]
(metricsservice-lifecycle-thread) New Cassandra host /127.0.0.1:9042 added
Which I think are useful, just as:
18:16:19,517 INFO [org.wildfly.extension.undertow] (MSC service thread
1-8) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
Or:
18:16:20,574 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961:
Http management interface listening on http://127.0.0.1:9990/management
>
> 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