From 09da808e6ec76979704e214fab6858b3fd4d4ccd Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 12 Oct 2016 07:33:44 +0000 Subject: [PATCH] rename time field --- installer/etc/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/etc/nginx/nginx.conf b/installer/etc/nginx/nginx.conf index b7afe7a8..2e3e786e 100644 --- a/installer/etc/nginx/nginx.conf +++ b/installer/etc/nginx/nginx.conf @@ -37,7 +37,7 @@ http { # Logging Settings ## - log_format le_json '{ "time": "$time_iso8601", ' + log_format le_json '{ "timestamp": "$time_iso8601", ' '"src_ip": "$remote_addr", ' '"remote_user": "$remote_user", ' '"body_bytes_sent": "$body_bytes_sent", '