apache: log out the request time
BUG=chromium:724566
TEST=None
Change-Id: I91f73b8c99376f6f705f8bb895d5f36fcc3ded60
Reviewed-on: https://chromium-review.googlesource.com/509949
Tested-by: Shuqian Zhao <shuqianz@chromium.org>
Reviewed-by: David Riley <davidriley@chromium.org>
Commit-Queue: Shuqian Zhao <shuqianz@chromium.org>
diff --git a/apache/apache2.conf b/apache/apache2.conf
index a8e260f..ee77ae0 100644
--- a/apache/apache2.conf
+++ b/apache/apache2.conf
@@ -215,7 +215,7 @@
# a CustomLog directive (see below).
# If you are behind a reverse proxy, you might want to change %h into %{X-Forwarded-For}i
#
-LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
+LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %T" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer