Apache Log
Component ID
2006046
Component name
Apache Log
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
1940
Component created
Component changed
Component body
This module will add the UID of a drupal user to the apache log.
After you enable this module, you can add # "%{DrupalUID}n" to your apache log customlog format.
For example
LogFormat "%h %l %u %t "%r" %>s %b "%{DrupalUID}n" "%{Referer}i" "%{User-agent}i" " combined_drupalUID
CustomLog /var/log/apache2/access_uid.log combined_drupalUID
