in reply to Re^3: Custom Apache ErrorLog Using mod_perl
in thread Custom Apache ErrorLog Using mod_perl
[Fri Nov 17 21:40:43 1995] test.pl: I'm confused at test.pl line 3.Which 500 error entry in your TransferLog corresponds to it? I'm trying to tag them according to a contrived "transmission identifier" which is stashed in an Apache note using a custom Handler.
LogFormat "%{TAG}n %h %{%s}t (etc)..."Which results in a log that looks like:
2777C6E63D6D48F0 11.22.33.44 1030572273 ...What I'm trying to do is insert, some how, the 'TAG' note into the ErrorLog stream as well. This is so I have a way of binding the error to the failed request in a very reliable way.
2777C6E63D6D48F0: test.pl: I'm confused at test.pl line 3.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Custom Apache ErrorLog Using mod_perl
by Aristotle (Chancellor) on Aug 28, 2002 at 22:56 UTC | |
by tadman (Prior) on Aug 29, 2002 at 06:17 UTC |