mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Add a blacklist of suffixes for the client mixin to print out
This commit is contained in:
parent
8ce214c03f
commit
c2c396a48e
@ -332,6 +332,10 @@ class AsyncClientMixin(object):
|
||||
'''
|
||||
Print all of the events with the prefix 'tag'
|
||||
'''
|
||||
# some suffixes we don't want to print
|
||||
if suffix in ('new', ):
|
||||
return
|
||||
|
||||
# TODO: clean up this event print out. We probably want something
|
||||
# more general, since this will get *really* messy as
|
||||
# people use more events that don't quite fit into this mold
|
||||
|
Loading…
Reference in New Issue
Block a user