Adding starlingx_dashboard to horizon logging settings

Ideally we should be moving all stx settings out of this file
into it's own local settings snippet file stored in the
starlingx_dashboard package and copied over on install,
but that can be handled under it's own work item in the
future.

Change-Id: Iaa6993f0b541abe882c779c1143be03246e2470b
Closes-Bug: 1793776
Signed-off-by: Tyler Smith <tyler.smith@windriver.com>
This commit is contained in:
Tyler Smith 2018-09-21 11:37:25 -04:00
parent ae3a377c88
commit e7a3144e01
1 changed files with 5 additions and 0 deletions

View File

@ -1122,6 +1122,11 @@ LOGGING = {
'level': 'DEBUG',
'propagate': False,
},
'starlingx_dashboard': {
'handlers': ['syslog'],
'level': 'DEBUG',
'propagate': False,
},
'novaclient': {
'handlers': ['syslog'],
'level': 'DEBUG',