Hi, storm version .10
I'm using the default worker.xml config provided with storm. In my worker logs, I'm getting messages such as "Getting metrics for client connection". Looking at the storm code, these messages should be debug level, not info: storm-core/src/jvm/org/apache/storm/messaging/netty/Client.java: LOG.debug("Getting metrics for client connection to {}", dstAddressPrefixedName); I don't understand why I'm getting debug messages when the worker.xml is configured for an info level. Please can somebody clarify for me? Thanks