From 0dc32c3fe61d5ec54a3059080cc10c7c71d79c93 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 10 Apr 2017 01:46:29 +0100 Subject: [PATCH] suppress boring twisted messages to syslog, too Signed-off-by: Ian Jackson --- hippotatd | 1 + 1 file changed, 1 insertion(+) diff --git a/hippotatd b/hippotatd index 212e5c4..834dc5d 100755 --- a/hippotatd +++ b/hippotatd @@ -361,6 +361,7 @@ def daemonise(): facility=facilnum, logoption=syslog.LOG_PID) def emit(event): + if logevent_is_boringtwisted(event): return m = twisted.logger.formatEvent(event) #print(repr(event), m, file=org_stderr) level = event.get('log_level') -- 2.11.0