mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Set cmd line log level option default
This commit is contained in:
parent
b42264e27e
commit
054fb48ca8
@ -196,6 +196,7 @@ base_parser.add_argument('-c', '--config',
|
|||||||
|
|
||||||
base_parser.add_argument('-l', '--log-level',
|
base_parser.add_argument('-l', '--log-level',
|
||||||
choices=['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'],
|
choices=['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'],
|
||||||
|
default='INFO',
|
||||||
help='Log level')
|
help='Log level')
|
||||||
|
|
||||||
base_parser.add_argument('-y', '--yes', '--yes-please',
|
base_parser.add_argument('-y', '--yes', '--yes-please',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user