diff --git a/.platform/nginx/conf.d/healthd_logformat.conf b/.platform/nginx/conf.d/healthd_logformat.conf index 3cbbe8a9..0ec4632a 100644 --- a/.platform/nginx/conf.d/healthd_logformat.conf +++ b/.platform/nginx/conf.d/healthd_logformat.conf @@ -1,3 +1,3 @@ -log_format main '$remote_addr - $remote_user [$time_local] "$request" ' - '$status $body_bytes_sent "$http_referer" ' - '"$http_user_agent" "$http_x_forwarded_for"'; +log_format healthd '$msec"$uri"' + '$status"$request_time"$upstream_response_time"' + '$http_x_forwarded_for';