> 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
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
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
3 matches
Mail list logo