mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add if Docker container to platform
This commit is contained in:
parent
df50559495
commit
96c0f9cad5
2 changed files with 3 additions and 3 deletions
|
@ -158,8 +158,8 @@ def initialize(config_file):
|
|||
logger.info(u"Starting Tautulli {}".format(
|
||||
common.RELEASE
|
||||
))
|
||||
logger.info(u"{} {} ({}{})".format(
|
||||
common.PLATFORM, common.PLATFORM_RELEASE, common.PLATFORM_VERSION,
|
||||
logger.info(u"{}{} {} ({}{})".format(
|
||||
'[Docker] ' if DOCKER else '', common.PLATFORM, common.PLATFORM_RELEASE, common.PLATFORM_VERSION,
|
||||
' - {}'.format(common.PLATFORM_LINUX_DISTRO) if common.PLATFORM_LINUX_DISTRO else ''
|
||||
))
|
||||
logger.info(u"{} (UTC{})".format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue