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

    https://github.com/apache/metron/pull/644#discussion_r126507756
  
    --- Diff: 
metron-platform/metron-enrichment/src/main/java/org/apache/metron/enrichment/adapters/geo/GeoAdapter.java
 ---
    @@ -46,7 +46,6 @@ public JSONObject enrich(CacheKey value) {
         JSONObject enriched = new JSONObject();
         Optional<HashMap<String, String>> result = 
GeoLiteDatabase.INSTANCE.get(value.coerceValue(String.class));
         if(!result.isPresent()) {
    -      _LOG.error("GEO Enrichment failure: {}", 
value.coerceValue(String.class));
    --- End diff --
    
    Can you make it log.debug()?  I think it's still useful to be able to tell 
what happened, it just shouldn't be error.


---
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.
---

Reply via email to