diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2021-10-01 13:03:48 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2021-10-01 13:03:48 +0100 |
commit | 41d9f9f4b26166c27ef3c52a3f4f6aee7d866bb4 (patch) | |
tree | 0f44f8a66e1f7d53fcfe66604bfbf60ab8e750e0 /packages/policy-gui-docker/src/main/docker | |
parent | 4788613c81036e98ac24e9af1efef968fb22af0b (diff) |
Suppress useless nginx error messages in gui
Log only warnings and higher in nginx error log
Issue-ID: POLICY-3683
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Id283f34e46633105db7ddf12791c9eb895ee35af
Diffstat (limited to 'packages/policy-gui-docker/src/main/docker')
-rw-r--r-- | packages/policy-gui-docker/src/main/docker/etc/nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-gui-docker/src/main/docker/etc/nginx/nginx.conf b/packages/policy-gui-docker/src/main/docker/etc/nginx/nginx.conf index aac9bb6..bb31a60 100644 --- a/packages/policy-gui-docker/src/main/docker/etc/nginx/nginx.conf +++ b/packages/policy-gui-docker/src/main/docker/etc/nginx/nginx.conf @@ -1,6 +1,6 @@ worker_processes 1; pid /var/run/nginx.pid; -error_log /dev/stdout info; +error_log /dev/stdout warn; events { } http { |