diff --git a/config.py b/config.py index e6f06a60e..6a6c9c2e6 100644 --- a/config.py +++ b/config.py @@ -194,4 +194,4 @@ class DefaultConfig(object): SYSTEM_SERVICES_PATH = "conf/init/" # Services that should not be shown in the logs view. - SYSTEM_SERVICE_BLACKLIST = ['tutumdocker', 'dockerfilebuild'] \ No newline at end of file + SYSTEM_SERVICE_BLACKLIST = [] \ No newline at end of file