X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/50c7aeade5b0efe29ad8ff0f017688182adef834..1f960fa38137e62994de9906f855eae3b64a4db6:/cookbooks/web/recipes/rails.rb diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index d5ea0353d..4c8d3fb55 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -60,6 +60,7 @@ rails_port "www.openstreetmap.org" do gpx_dir "/store/rails/gpx" attachments_dir "/store/rails/attachments" log_path "#{node[:web][:log_directory]}/rails.log" + logstash_path "#{node[:web][:log_directory]}/rails-logstash.log" memcache_servers %w(rails1 rails2 rails3) potlatch2_key web_passwords["potlatch2_key"] id_key web_passwords["id_key"]