Show log level in moniker-manage output

Change-Id: Ie7db8e04620805e9e06f7bf0f2a7e9418b8f8ccd
This commit is contained in:
Kiall Mac Innes 2013-04-11 13:21:46 +01:00 committed by Gerrit Code Review
parent e9f30a85cc
commit 49b7a34626

View File

@ -19,6 +19,8 @@ from moniker.version import version_info as version
class MonikerShell(App):
CONSOLE_MESSAGE_FORMAT = '%(levelname)s: %(message)s'
def __init__(self):
super(MonikerShell, self).__init__(
description='Moniker Server Side Management CLI',