You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Oliver Marshall <ol...@g2support.com> on 2006/10/02 12:33:42 UTC

[users@httpd] Logging *everything* in access.log

Does anyone know of a list of all the possible options of what to include in
access.log ? We currently have the logfile format set to common,  but I have
been asked to enable logging of "*everything*".

Is there a log format that will log all possible options ?

Olly


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Logging *everything* in access.log

Posted by Joshua Slive <jo...@slive.ca>.
On 10/2/06, Oliver Marshall <ol...@g2support.com> wrote:
> Does anyone know of a list of all the possible options of what to include in
> access.log ? We currently have the logfile format set to common,  but I have
> been asked to enable logging of "*everything*".
>
> Is there a log format that will log all possible options ?

Whoever asked you that doesn't know what they are talking about.  Here
is a list of everything that can be logged by mod_log_config:
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats
But you would never want to include all of that, and anyway, you would
have to enumerate every possible request and response header.

If you really want *everything* logged, then see:
http://httpd.apache.org/docs/2.2/mod/mod_dumpio.html

But more likely, you really just want to change to combined log format
rather than common.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org