Commit 7cdc17ea authored by Alain Takoudjou's avatar Alain Takoudjou

monitor software: decrease fluentd log verbosity

parent d3df3b6e
...@@ -76,7 +76,7 @@ context = ...@@ -76,7 +76,7 @@ context =
[fluentd-wrapper] [fluentd-wrapper]
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
command-line = {{ fluentd_location }}/bin/fluentd -l ${monitor-directory:log}/fluend.log -c ${fluentd-conf-configuration:rendered} command-line = {{ fluentd_location }}/bin/fluentd -qq -l ${monitor-directory:log}/fluend.log -c ${fluentd-conf-configuration:rendered}
wrapper-path = ${monitor-directory:service}/fluentd wrapper-path = ${monitor-directory:service}/fluentd
environment = environment =
GEM_PATH={{ fluentd_location }}/lib/ruby/gems/1.8/ GEM_PATH={{ fluentd_location }}/lib/ruby/gems/1.8/
...@@ -92,7 +92,6 @@ context = ...@@ -92,7 +92,6 @@ context =
key fluentd_log_directory monitor-directory:fluentd-log key fluentd_log_directory monitor-directory:fluentd-log
key computer_id slap-connection:computer-id key computer_id slap-connection:computer-id
[monitor-collect-csv-wrapper] [monitor-collect-csv-wrapper]
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
command-line = command-line =
......
...@@ -32,7 +32,7 @@ mode = 0644 ...@@ -32,7 +32,7 @@ mode = 0644
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/instance-monitor.cfg.jinja2 url = ${:_profile_base_location_}/instance-monitor.cfg.jinja2
destination = ${buildout:directory}/template-base-monitor.cfg destination = ${buildout:directory}/template-base-monitor.cfg
md5sum = 20738a1b16de234e8bb7e88c822552b9 md5sum = df37b01b194f9621ce8928fe361db728
mode = 0644 mode = 0644
[template-monitor-distributor] [template-monitor-distributor]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment