mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Add system language to startup logs
This commit is contained in:
parent
c215afbf84
commit
dd380b583f
1 changed files with 3 additions and 0 deletions
|
@ -239,6 +239,9 @@ def initialize(config_file):
|
||||||
logger.info("{} (UTC{})".format(
|
logger.info("{} (UTC{})".format(
|
||||||
str(SYS_TIMEZONE), SYS_UTC_OFFSET
|
str(SYS_TIMEZONE), SYS_UTC_OFFSET
|
||||||
))
|
))
|
||||||
|
logger.info("Language {}{} / Encoding {}".format(
|
||||||
|
SYS_LANGUAGE, f' (override {CONFIG.PMS_LANGUAGE})' if CONFIG.PMS_LANGUAGE else '', SYS_ENCODING
|
||||||
|
))
|
||||||
logger.info("Python {}".format(
|
logger.info("Python {}".format(
|
||||||
sys.version.replace('\n', '')
|
sys.version.replace('\n', '')
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue