mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make clear commands trace level logging
This commit is contained in:
parent
9b6646d578
commit
60fc770ba2
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ class MWorker(multiprocessing.Process):
|
|||
:return: The result of passing the load to a function in ClearFuncs corresponding to
|
||||
the command specified in the load's 'cmd' key.
|
||||
'''
|
||||
log.info('Clear payload received with command {cmd}'.format(**load))
|
||||
log.trace('Clear payload received with command {cmd}'.format(**load))
|
||||
if load['cmd'].startswith('__'):
|
||||
return False
|
||||
return getattr(self.clear_funcs, load['cmd'])(load)
|
||||
|
|
Loading…
Add table
Reference in a new issue