diff options
Diffstat (limited to 'starlingx')
-rw-r--r-- | starlingx/starlingx/pub/config/log.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/starlingx/starlingx/pub/config/log.yml b/starlingx/starlingx/pub/config/log.yml index ffcc4ffc..4e3e248b 100644 --- a/starlingx/starlingx/pub/config/log.yml +++ b/starlingx/starlingx/pub/config/log.yml @@ -20,6 +20,10 @@ loggers: handlers: [console_handler, file_handler] level: "DEBUG" propagate: False + starlingx_base: + handlers: [console_handler, file_handler] + level: "DEBUG" + propagate: False newton_base: handlers: [console_handler, file_handler] level: "DEBUG" |