diff --git a/openstack/python-horizon/centos/files/local_settings.py b/openstack/python-horizon/centos/files/local_settings.py index 216d1d99..d90301cd 100755 --- a/openstack/python-horizon/centos/files/local_settings.py +++ b/openstack/python-horizon/centos/files/local_settings.py @@ -1122,6 +1122,11 @@ LOGGING = { 'level': 'DEBUG', 'propagate': False, }, + 'starlingx_dashboard': { + 'handlers': ['syslog'], + 'level': 'DEBUG', + 'propagate': False, + }, 'novaclient': { 'handlers': ['syslog'], 'level': 'DEBUG',