Change the default CLI loglevel to warn

This commit is contained in:
Jeff Schroeder 2012-01-28 21:06:50 -08:00
parent 7c8624399e
commit 1ac1c9a51a

View File

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