Remove old services from the blacklist
This commit is contained in:
parent
89eb5bdcc5
commit
3cae6609a7
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
SYSTEM_SERVICE_BLACKLIST = []
|
Reference in a new issue