mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Ensure we don't log stuff we shouldn't.
This commit is contained in:
parent
46681658e0
commit
6a86bdc6da
1 changed files with 4 additions and 2 deletions
|
@ -90,7 +90,8 @@ def __execute_cmd(command, host=None,
|
|||
admin_username,
|
||||
admin_password,
|
||||
command,
|
||||
modswitch))
|
||||
modswitch),
|
||||
output_loglevel='quiet')
|
||||
|
||||
if cmd['retcode'] != 0:
|
||||
log.warning('racadm return an exit code \'{0}\'.'
|
||||
|
@ -123,7 +124,8 @@ def __execute_ret(command, host=None,
|
|||
admin_username,
|
||||
admin_password,
|
||||
command,
|
||||
modswitch))
|
||||
modswitch),
|
||||
output_loglevel='quiet')
|
||||
|
||||
if cmd['retcode'] != 0:
|
||||
log.warning('racadm return an exit code \'{0}\'.'
|
||||
|
|
Loading…
Add table
Reference in a new issue