summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2013-09-25 12:29:48 +0200
committerAzul <azul@riseup.net>2013-09-25 12:29:48 +0200
commit377195ce83c22c3a3771565cf15f6a06f1440b06 (patch)
treea4a66c35162e4195c6c62defda2c306d1d56c4ce /config
parent83c323fbe10249a54d6383189fd9279d82c7d010 (diff)
log to file or syslog instead of STDOUT
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml
index e1ba45b..4cb40ea 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -30,5 +30,6 @@ security:
# a restart:
seq_file: "/var/log/leap/tapicero.seq"
-# log file - Once we use a logger rather than writing to stdout we'll use this:
-# log_file: "/var/log/leap/tapicero.log"
+# Log to this file instead of syslog:
+# log_file: "/var/leap/log/tapicero.log"
+log_level: info