From a2b100a5232a58fc082265ebfee96697f4d3f9e9 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 8 Dec 2014 14:17:44 -0800 Subject: corrected log_file location in default.yaml --- config/default.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/default.yaml b/config/default.yaml index 25792db..de9f279 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -17,7 +17,7 @@ connection: seq_file: "/var/log/leap/tapicero.seq" # Configure log_file like this if you want to log to a file instead of syslog: -# log_file: "/var/leap/log/tapicero.log" +# log_file: "/var/log/leap/tapicero.log" log_level: debug # tapicero specific options @@ -31,7 +31,6 @@ options: names: [] roles: [] members: - names: + names: - soledad roles: [] - -- cgit v1.2.3