PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
peewee_migrate
/
Editing: logs.py
from __future__ import annotations import logging logger: logging.Logger = logging.getLogger(__name__) logger.addHandler(logging.NullHandler())
SAVE
CANCEL