mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Remove global logging toggles
This commit is contained in:
parent
77b0f69b0c
commit
7c0c7eea30
6 changed files with 41 additions and 29 deletions
|
@ -1079,6 +1079,8 @@ def dbcheck():
|
|||
def upgrade():
|
||||
if CONFIG.UPDATE_NOTIFIERS_DB:
|
||||
notifiers.upgrade_config_to_db()
|
||||
if CONFIG.UPDATE_LIBRARIES_DB_NOTIFY:
|
||||
libraries.update_libraries_db_notify()
|
||||
|
||||
def shutdown(restart=False, update=False, checkout=False):
|
||||
cherrypy.engine.exit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue