mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint: Use log variable, not logger.
This commit is contained in:
parent
ca1860cd91
commit
c7dddaf8ce
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ class EventListener(object):
|
|||
try:
|
||||
is_matched = matcher(mtag, tag)
|
||||
except Exception as e:
|
||||
logger.error('Failed to run a matcher.', exc_info=True)
|
||||
log.error('Failed to run a matcher.', exc_info=True)
|
||||
is_matched = False
|
||||
|
||||
if not is_matched:
|
||||
|
|
Loading…
Add table
Reference in a new issue