Update scripts/cache-ruleset.py

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
Willi Ballenthin
2023-01-23 12:12:57 +01:00
committed by GitHub
parent 1a498d1afc
commit 6c83db9977

View File

@@ -42,7 +42,6 @@ def main(argv=None):
if args.debug:
logging.getLogger("capa").setLevel(logging.DEBUG)
logging.getLogger("viv_utils").setLevel(logging.DEBUG)
else:
logging.getLogger("capa").setLevel(logging.ERROR)
logging.getLogger("viv_utils").setLevel(logging.ERROR)