We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce049be commit b8a6e04Copy full SHA for b8a6e04
lib/cuckoo/common/integrations/capa.py
@@ -50,9 +50,12 @@
50
from pydantic_core._pydantic_core import ValidationError
51
52
# Reduce vivisect logging verbosity
53
- logging.getLogger("vivisect").setLevel(logging.CRITICAL)
+ logging.getLogger("vivisect").setLevel(logging.INFO)
54
logging.getLogger("vivisect.base").setLevel(logging.CRITICAL)
55
logging.getLogger("vivisect.impemu").setLevel(logging.CRITICAL)
56
+ logging.getLogger("vivisect.parsers").setLevel(logging.CRITICAL)
57
+ logging.getLogger("vivisect.tools").setLevel(logging.CRITICAL)
58
+ logging.getLogger("vivisect.analysis").setLevel(logging.CRITICAL)
59
60
rules_path = os.path.join(CUCKOO_ROOT, "data", "capa-rules")
61
if path_exists(rules_path):
0 commit comments