Show log level in moniker-manage output
Change-Id: Ie7db8e04620805e9e06f7bf0f2a7e9418b8f8ccd
This commit is contained in:
parent
e9f30a85cc
commit
49b7a34626
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user