You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Ethan Li (Jira)" <ji...@apache.org> on 2020/02/13 17:13:00 UTC

[jira] [Created] (STORM-3581) Change log level to info to show the config classes being used for validation

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)