rename logger

This commit is contained in:
dries.k
2022-01-29 17:27:37 +01:00
parent 99aa90985f
commit 28a8912528
9 changed files with 11 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ from .themes import set_theme
from .Tray import Tray
settings = Settings("gotify-tray")
logger = logging.getLogger("logger")
logger = logging.getLogger("gotify-tray")
downloader = Downloader()
if (level := settings.value("logging/level", type=str)) != "Disabled":