Move swift proxy server logs

By default swift proxy server logs to syslog with the LOCAL1 facility.
It makes the logs ends up in /var/log/messages instead of the swift
logs, where they should be.

Change-Id: I3087a00bfb60765ee85702fc54d3f3f44b54a3fe
This commit is contained in:
Thomas Herve 2017-04-12 22:50:58 +02:00
parent fc2511edda
commit df1d773989
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ swift::proxy::authtoken::auth_uri: "%{hiera('keystone_auth_uri')}"
swift::proxy::authtoken::auth_url: "%{hiera('keystone_identity_uri')}"
swift::proxy::node_timeout: 60
swift::proxy::workers: "%{::os_workers}"
swift::proxy::log_facility: LOG_LOCAL2
swift::storage::all::storage_local_net_ip: {{LOCAL_IP}}
swift::storage::all::incoming_chmod: 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r'
swift::storage::all::outgoing_chmod: 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r'