Github user sirsean commented on a diff in the pull request:

    https://github.com/apache/incubator-metron/pull/2#discussion_r47833458
  
    --- Diff: 
opensoc-streaming/OpenSOC-Alerts/src/main/java/com/opensoc/alerts/TelemetryAlertsBolt.java
 ---
    @@ -196,11 +195,11 @@ public void execute(Tuple tuple) {
                                        LOG.trace("[OpenSOC] Checking alerts 
cache: " + alert);
     
                                        if (cache.getIfPresent(alert) == null) {
    -                                           LOG.trace("[OpenSOC]: Alert not 
found in cache: " + alert);
    +                                           System.out.println("[OpenSOC]: 
Alert not found in cache: " + alert);
    --- End diff --
    
    Well the log isn't logging that same line any more -- the diff shows that 
the call to the logger was replaced by System.out, which we probably want to 
switch back.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to