Rename logger name

This commit is contained in:
JonnyWong16 2018-03-04 12:24:25 -08:00
parent a8a4299086
commit 5d085de9d3

View file

@ -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)