-
Hello, I've enabled access logs in my roadrunner configuration, but unfortunately the logs do not include the URI being requested. A log looks something like
As you can see the URI field in the log is empty. Is there something I'm missing in the configuration? Config file looks like this version: "3"
server:
command: "php bin/rr-http-worker.php"
user: ${APP_USER}
rpc:
listen: tcp://127.0.0.1:6001
status:
address: 127.0.0.1:2114
http:
address: 127.0.0.1:8080
fcgi:
address: tcp://0.0.0.0:9123
pool:
debug: ${RR_DEBUG:-false}
max_jobs: 1000
allocate_timeout: 30s
reset_timeout: 30s
destroy_timeout: 30s
supervisor:
ttl: 3600s
idle_ttl: 120s
max_worker_memory: 128
exec_ttl: 60s
access_logs: true
logs:
output: stdout Maybe it's relevant, I am running this setup in a docker container. Thanks in advance for any clarifications. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @shieldz80 👋 |
Beta Was this translation helpful? Give feedback.
-
Thanks @rustatian |
Beta Was this translation helpful? Give feedback.
Hey @shieldz80 👋
Looks like this info is not available for RR. I've updated the HTTP plugin and added a URL field, which should be used as well according to the specs.
Will be released in the 2024.2.1 release.