Move verbose indicator information to debug

This commit is contained in:
tek
2023-07-26 15:12:58 +02:00
parent 3ec3b86a45
commit 7f9acec108
+1 -1
View File
@@ -206,7 +206,7 @@ class Indicators:
break
for coll in collections:
self.log.info(
self.log.debug(
'Extracted %d indicators for collection with name "%s"',
coll["count"],
coll["name"],