Re: [Openstack] swift-proxy: access log not working

2013-01-18 Thread Robert van Leeuwen
> You need to add the proxy-logging filtering to the main pipeline > >[pipeline:main] >pipeline = catch_errors healthcheck cache authtoken swiftauth proxy-logging >proxy-server Thx, That was it. Pipeline was missing and I totally looked over it. Seems that putting this is in the pipeline was ad

Re: [Openstack] swift-proxy: access log not working

2013-01-18 Thread Leandro Reox
Yep, you have to configure the proxy logging middleware like this, and if youre logging local you dont need to use the udp logging, you can log locally like this [DEFAULT] section should look like this : log_name = swift-proxy-server log_facility = LOG_LOCAL0 log_level = DEBUG You need to add th

[Openstack] swift-proxy: access log not working

2013-01-18 Thread Robert van Leeuwen
Hi, I'm trying to get the access log for the swift-proxy-server working. I'm logging to UDP and the swauth logs are getting there. However the access logs are not created. We are running swift 1.7.5 on Scientific Linux proxy-server.conf [default] log_facility = LOG_LOCAL6 log_udp_host = 127.0.0.1