From 43c7680458664c12b788e490ce4f194a3313265c Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 3 Jan 2014 14:52:50 +0100 Subject: reduce tapicero log level. Debug is becoming quite verbose with the backtraces. Info should suffice as a default. --- puppet/modules/tapicero/templates/tapicero.yaml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/modules/tapicero/templates/tapicero.yaml.erb b/puppet/modules/tapicero/templates/tapicero.yaml.erb index cfc02c5c..8e19b22f 100644 --- a/puppet/modules/tapicero/templates/tapicero.yaml.erb +++ b/puppet/modules/tapicero/templates/tapicero.yaml.erb @@ -18,7 +18,7 @@ seq_file: "/var/lib/leap/tapicero/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_level: debug +log_level: info # tapicero specific options options: -- cgit v1.2.3