diff options
author | elijah <elijah@riseup.net> | 2015-04-08 13:58:41 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-04-08 13:58:41 -0700 |
commit | e3cfc2e1e7055ce2640fcce5bf810d6bd7930d2f (patch) | |
tree | 1ebbfdfa024941e04992eb2daecf22fda014f5dc /puppet/modules/tapicero/templates/tapicero.yaml.erb | |
parent | dbe413c969a54be0a91fe1de1930eb20d885deb6 (diff) |
move rotated db creation to site_couchdb and fix rotated db tests
Diffstat (limited to 'puppet/modules/tapicero/templates/tapicero.yaml.erb')
-rw-r--r-- | puppet/modules/tapicero/templates/tapicero.yaml.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/tapicero/templates/tapicero.yaml.erb b/puppet/modules/tapicero/templates/tapicero.yaml.erb index fb3b93aa..8b08b49c 100644 --- a/puppet/modules/tapicero/templates/tapicero.yaml.erb +++ b/puppet/modules/tapicero/templates/tapicero.yaml.erb @@ -20,7 +20,8 @@ connection: seq_dir: "/var/lib/leap/tapicero/" # 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 log_level: info # tapicero specific options |