Skip to content

Commit 33a82c5

Browse files
committed
Mute unicrypto logger and set log level of asyncio to error
1 parent 19a51f5 commit 33a82c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nxc/logger.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ def __init__(self, extra=None, merge_extra=False):
102102
logging.getLogger("lsassy").disabled = True
103103
logging.getLogger("dploot").disabled = True
104104
logging.getLogger("aardwolf").disabled = True
105+
logging.getLogger("unicrypto").disabled = True
106+
logging.getLogger("asyncio").setLevel(logging.ERROR)
105107
logging.getLogger("neo4j").setLevel(logging.ERROR)
106108

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

0 commit comments

Comments
 (0)