From 377195ce83c22c3a3771565cf15f6a06f1440b06 Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 25 Sep 2013 12:29:48 +0200 Subject: log to file or syslog instead of STDOUT --- config/default.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config') 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 -- cgit v1.2.3