Disable xconsole output by default
diff --git a/rsyslog/map.jinja b/rsyslog/map.jinja
index 894d9b7..ca1af7a 100644
--- a/rsyslog/map.jinja
+++ b/rsyslog/map.jinja
@@ -73,7 +73,7 @@
       xconsole:
         action: "|/dev/xconsole"
         filter: "daemon.*;mail.*;news.err;*.=debug;*.=info;*.=notice;*.=warn"
-        enabled: true
+        enabled: false
     remote:
       somehost.domain:
         action: "@@remote-host:514"