GitHub user XC- opened a pull request:
https://github.com/apache/storm/pull/2030
STORM-2435: Logging levels and consistency with console.log etc
Logging now supports logging levels (trace, debug, info, â¦warn and error).
Logging methods now accept multiple arguments and argument types are not
restricted.
Some style fixes to make it more consistent.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/XC-/storm STORM-2435
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2030.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2030
----
commit 457f422fe48744771722e4bd3ba781d6d915f2e2
Author: Aki Mäkinen <[email protected]>
Date: 2017-03-27T19:47:34Z
STORM-2435: Logging now supports logging levels (trace, debug, info, warn
and error).
Logging methods now accept multiple arguments and argument
types are not restricted.
Some style fixes to make it more consistent.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---