diff --git a/changelog.d/14063.misc b/changelog.d/14063.misc new file mode 100644 index 000000000000..f0d1e47f1a0c --- /dev/null +++ b/changelog.d/14063.misc @@ -0,0 +1 @@ +Complement test image: capture logs from nginx. diff --git a/docker/conf-workers/nginx.conf.j2 b/docker/conf-workers/nginx.conf.j2 index 967fc65e798c..8ed70fdd7ccd 100644 --- a/docker/conf-workers/nginx.conf.j2 +++ b/docker/conf-workers/nginx.conf.j2 @@ -2,6 +2,12 @@ # configure_workers_and_start.py uses and amends to this file depending on the workers # that have been selected. +error_log /dev/stderr info; + +http { + access_log /dev/stdout; +} + {{ upstream_directives }} server {