diff --git a/external-import/virustotal-livehunt-notifications/src/livehunt/builder.py b/external-import/virustotal-livehunt-notifications/src/livehunt/builder.py index c3cd6a0abf..de537fd71d 100644 --- a/external-import/virustotal-livehunt-notifications/src/livehunt/builder.py +++ b/external-import/virustotal-livehunt-notifications/src/livehunt/builder.py @@ -13,7 +13,7 @@ import vt from pycti import Incident, Indicator, OpenCTIConnectorHelper, StixCoreRelationship -plyara.logger.setLevel(logging.ERROR) +logging.getLogger("plyara").setLevel(logging.ERROR) class LivehuntBuilder: