Comment 3 for bug 1637149

Revision history for this message
Tim Burke (1-tim-z) wrote :

I'm not sure I understand; the did the client get an error? It looks like everything was successful:

  GET / HTTP/1.0 200

I guess the trouble is that the proxy is logging the path that the user requested (in this case '/') rather than the backend path? You can have swift3 emit log lines for the individual subrequests using the force_swift_request_proxy_log config option [1]. Note that swift3 typically spawns several subrequests for any one client request.

[1] https://github.com/openstack/swift3/blob/1.11/etc/proxy-server.conf-sample#L110-L118