Improve logging

This commit is contained in:
Daniel
2021-09-17 22:03:22 +02:00
parent a54b095c95
commit acbb3840b4
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ func lookupBlockLists(entity, value string) ([]string, error) {
return nil, nil
}
log.Debugf("intel/filterlists: searching for entries with %s", key)
// log.Debugf("intel/filterlists: searching for entries with %s", key)
entry, err := getEntityRecordByKey(key)
if err != nil {
if err == database.ErrNotFound {