Github user garrettlish commented on a diff in the pull request:
https://github.com/apache/incubator-eagle/pull/631#discussion_r87147672
--- Diff:
eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/main/java/org/apache/eagle/alert/engine/spout/SpoutOutputCollectorWrapper.java
---
@@ -103,7 +103,7 @@ public SpoutOutputCollectorWrapper(CorrelationSpout
spout,
*/
List<Object> convertedTuple = converter.convert(tuple);
if (convertedTuple == null) {
- LOG.warn("source data {} can't be converted to a stream,
ignore this message", tuple);
+ LOG.debug("source data {} can't be converted to a stream,
ignore this message", tuple);
--- End diff --
If u are log the message without manipulating, it is unnecessary to add
isDebugEnabled check since debug method will do the same thing.
---
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.
---