mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Change the default CLI loglevel to warn
This commit is contained in:
parent
7c8624399e
commit
1ac1c9a51a
@ -592,7 +592,7 @@ class SaltCall(object):
|
||||
'for all modules if none are specified'))
|
||||
parser.add_option('-l',
|
||||
'--log-level',
|
||||
default='info',
|
||||
default='warn',
|
||||
dest='log_level',
|
||||
help='Set the output level for salt-call')
|
||||
parser.add_option('--raw-out',
|
||||
|
Loading…
Reference in New Issue
Block a user