LOGとれてなかったお

combine
combine
combine
combine
combine
combine
combine
combine
combine
combine

となっていた。げげ
httpd.conf

<VirtualHost XX.XXX.XX.XX:80>
    ServerName xxxx.com
    ServerAlias www.xxxx.com
    DocumentRoot /xxx/xxx/xxx/xxxx
    ErrorLog logs/xxxx-error_log
    CustomLog logs/xxxxxx-access_log combine
</VirtualHost>
CustomLog logs/xxxxxx-access_log combined

で、おk。

フォーマットを決めてるところ
LogFormat

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent