1. 개요

Access log를 밀리세컨드 단위로 찍자.


2. 방법

2-1. 일반적인 common 로그

LogFormat "%h %l %u %t \"%r\" %>s %b" common

2-2. 밀리세컨드 단위로 변경한 common 로그

LogFormat "%h %l %u [%{%d/%b/%Y %T}t.%{msec_frac}t %{%z}t] \"%r\" %>s %b" common