Browse code

Make TLS logs more readable

After looking at these for I9881f2e7d51fdd9fc0f7fb3e37179aa53171b531 I
found them not as useful as they could be.

Fix the CustomLog command, that wants the logfile then the format
string (or a nickname, which the LogFormat line wasn't setting). Use
standard micro-second timestamps, and trim the access log to have more
relevant info.

Change-Id: I9f4c8ef38ab9e08aeced7b309d4a5276de07af4b

Ian Wienand authored on 2017/08/08 16:51:29
Showing 1 changed files
... ...
@@ -533,10 +533,9 @@ $listen_string
533 533
         ProxyPassReverse http://$b_host:$b_port/
534 534
     </Location>
535 535
     ErrorLog $APACHE_LOG_DIR/tls-proxy_error.log
536
-    ErrorLogFormat "[%{u}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] [frontend\ %A] %M% ,\ referer\ %{Referer}i"
536
+    ErrorLogFormat "%{cu}t [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] [frontend\ %A] %M% ,\ referer\ %{Referer}i"
537 537
     LogLevel info
538
-    CustomLog $APACHE_LOG_DIR/tls-proxy_access.log common
539
-    LogFormat "%v %h %l %u %t \"%r\" %>s %b"
538
+    CustomLog $APACHE_LOG_DIR/tls-proxy_access.log "%{%Y-%m-%d}t %{%T}t.%{msec_frac}t [%l] %a \"%r\" %>s %b"
540 539
 </VirtualHost>
541 540
 EOF
542 541
     if is_suse ; then