Set cmd line log level option default

This commit is contained in:
Sylvain Bellemare 2017-03-22 16:36:10 +01:00 committed by Sylvain Bellemare
parent b42264e27e
commit 054fb48ca8

View File

@ -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',