You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2020/02/13 17:17:51 UTC

[GitHub] [storm] Ethanlm opened a new pull request #3209: [STORM-3581] change log level to INFO to show the config classes being used for validation

Ethanlm opened a new pull request #3209: [STORM-3581] change log level to INFO to show the config classes being used for validation
URL: https://github.com/apache/storm/pull/3209
 
 
   So in daemon log (e.g. supervisor), we can see 
   ```
   o.a.s.v.ConfigValidation main [INFO] Will use [class org.apache.storm.DaemonConfig, class org.apache.storm.Config] for validation
   ```
   
   In worker log, we can see
   ```
   o.a.s.v.ConfigValidation main [INFO] Will use [class org.apache.storm.Config] for validation
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [storm] Ethanlm merged pull request #3209: [STORM-3581] change log level to INFO to show the config classes being used for validation

Posted by GitBox <gi...@apache.org>.
Ethanlm merged pull request #3209: [STORM-3581] change log level to INFO to show the config classes being used for validation
URL: https://github.com/apache/storm/pull/3209
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services