From 7f9acec108634473358bf2d923c82a4c7de0f405 Mon Sep 17 00:00:00 2001 From: tek Date: Wed, 26 Jul 2023 15:12:58 +0200 Subject: [PATCH] Move verbose indicator information to debug --- mvt/common/indicators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/common/indicators.py b/mvt/common/indicators.py index b0f1a885..35e1ca74 100644 --- a/mvt/common/indicators.py +++ b/mvt/common/indicators.py @@ -206,7 +206,7 @@ def parse_stix2(self, file_path: str) -> None: break for coll in collections: - self.log.info( + self.log.debug( 'Extracted %d indicators for collection with name "%s"', coll["count"], coll["name"],