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

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

     [ https://issues.apache.org/jira/browse/STORM-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Govind Menon reassigned STORM-3581:
-----------------------------------

    Assignee: Govind Menon  (was: Ethan Li)

> 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: Govind Menon
>            Priority: Trivial
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> [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)