From 5d085de9d37392a67cb89330dd8d52cf802044c7 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 4 Mar 2018 12:24:25 -0800 Subject: [PATCH] Rename logger name --- plexpy/logger.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/logger.py b/plexpy/logger.py index b1f27d38..8f467662 100644 --- a/plexpy/logger.py +++ b/plexpy/logger.py @@ -178,9 +178,9 @@ def initMultiprocessing(): def initLogger(console=False, log_dir=False, verbose=False): """ Setup logging for Tautulli. It uses the logger instance with the name - 'plexpy'. Three log handlers are added: + 'tautulli'. Three log handlers are added: - * RotatingFileHandler: for the file plexpy.log + * RotatingFileHandler: for the file tautulli.log * LogListHandler: for Web UI * StreamHandler: for console (if console)