Skip to content

Commit c9b0edb

Browse files
committed
Disable certipy logger
1 parent 7e7d447 commit c9b0edb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nxc/logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def __init__(self, extra=None, merge_extra=False):
101101
logging.getLogger("minidump").disabled = True
102102
logging.getLogger("lsassy").disabled = True
103103
logging.getLogger("dploot").disabled = True
104+
logging.getLogger("certipy").disabled = True
104105
logging.getLogger("neo4j").setLevel(logging.ERROR)
105106

106107
def format(self, msg, *args, **kwargs):

0 commit comments

Comments
 (0)