Ethan Li created STORM-3581:
-------------------------------
Summary: Change log level to info to show the config classes being
used for validation
Key: STORM-3581
URL: https://issues.apache.org/jira/browse/STORM-3581
Project: Apache Storm
Issue Type: Improvement
Reporter: Ethan Li
Assignee: Ethan Li
[https://github.com/apache/storm/blob/master/storm-client/src/jvm/org/apache/storm/validation/ConfigValidation.java#L82]
This is trivial but since it's caused some confusion, it's better to have it in
the log as INFO instead of DEBUG
{code:java}
LOG.debug("Will use {} for validation", ret);
{code}
Because the classes being used for validation depends on whether the following
file is in the classpath or not
[https://github.com/apache/storm/blob/master/storm-server/src/main/resources/META-INF/services/org.apache.storm.validation.Validated]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)