Add NullHandler for root logger

This commit is contained in:
TSR Berry 2023-08-24 23:54:18 +02:00
parent 51c51c8e2c
commit 06bfaf7ffa
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -0,0 +1,5 @@
import logging
from ryujinx_mako._const import SCRIPT_NAME
logging.getLogger(SCRIPT_NAME).addHandler(logging.NullHandler())