mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Rename logger name
This commit is contained in:
parent
a8a4299086
commit
5d085de9d3
1 changed files with 2 additions and 2 deletions
|
@ -178,9 +178,9 @@ def initMultiprocessing():
|
||||||
def initLogger(console=False, log_dir=False, verbose=False):
|
def initLogger(console=False, log_dir=False, verbose=False):
|
||||||
"""
|
"""
|
||||||
Setup logging for Tautulli. It uses the logger instance with the name
|
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
|
* LogListHandler: for Web UI
|
||||||
* StreamHandler: for console (if console)
|
* StreamHandler: for console (if console)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue