diff options
| author | Azul <azul@riseup.net> | 2014-01-03 14:52:50 +0100 | 
|---|---|---|
| committer | Azul <azul@riseup.net> | 2014-01-03 14:52:50 +0100 | 
| commit | 43c7680458664c12b788e490ce4f194a3313265c (patch) | |
| tree | 8f778222a00eb8c7bca84790efb78940eeac7dec | |
| parent | fefab2386f0fbd9f218dc0b361eb833875c27f56 (diff) | |
reduce tapicero log level.
Debug is becoming quite verbose with the backtraces.
Info should suffice as a default.
| -rw-r--r-- | puppet/modules/tapicero/templates/tapicero.yaml.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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: | 
