mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00
remove suppression of log messages
This commit is contained in:
parent
dce191f7dd
commit
19253192b7
@ -60,9 +60,6 @@ class LoggingEmu():
|
|||||||
def debug(self, *a, **kw):
|
def debug(self, *a, **kw):
|
||||||
if not debug_enabled:
|
if not debug_enabled:
|
||||||
return
|
return
|
||||||
for p in ("copy", "write", "Unblocking"):
|
|
||||||
if a[0].startswith(p):
|
|
||||||
return
|
|
||||||
self._print(syslog.LOG_DEBUG, *a, **kw)
|
self._print(syslog.LOG_DEBUG, *a, **kw)
|
||||||
def info(self, *a, **kw):
|
def info(self, *a, **kw):
|
||||||
self._print(syslog.LOG_INFO, *a, **kw)
|
self._print(syslog.LOG_INFO, *a, **kw)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user