diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-10-11 16:19:45 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-10-11 16:19:45 +0800 |
commit | 32a106d589916760dd2232c6a8570aa57c0ee893 (patch) | |
tree | 947e6e3d2957da4a897bb1ec252dc12629ca5c09 /windriver/titanium_cloud | |
parent | d8a7b383479d281b175c326b63dec84284cf8077 (diff) |
Add staging docker images for OpenStack plugins
Add staging docker images and enable logger of submodules
Change-Id: Ib64f30ab50002dca67c6835866ffc46fc83d7934
Issue-Id: MULTICLOUD-110
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'windriver/titanium_cloud')
-rw-r--r-- | windriver/titanium_cloud/settings.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/windriver/titanium_cloud/settings.py b/windriver/titanium_cloud/settings.py index 393f994e..8d2684e7 100644 --- a/windriver/titanium_cloud/settings.py +++ b/windriver/titanium_cloud/settings.py @@ -99,6 +99,11 @@ LOGGING = { 'level': 'DEBUG', 'propagate': False }, + 'newton': { + 'handlers': ['titanium_cloud_handler'], + 'level': 'DEBUG', + 'propagate': False + }, } } |