Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Get the Pretty view use STDERR in error_log file

by jhourcle (Prior)
on Jul 07, 2006 at 13:27 UTC ( [id://559789]=note: print w/replies, xml ) Need Help??


in reply to Re: Get the Pretty view use STDERR in error_log file
in thread Get the Pretty view use STDERR in error_log file

If you're using Apache web server you can customize log output with LogFormat directive.

You can modify the access log with LogFormat. You cannot modify the error log.

From http://httpd.apache.org/docs/2.0/logs.html#errorlog :

It is not possible to customize the error log by adding or removing information. However, error log entries dealing with particular requests have corresponding entries in the access log. For instance, the above example entry corresponds to an access log entry with status code 403. Since it is possible to customize the access log, you can obtain more information about error conditions using that log file.
  • Comment on Re^2: Get the Pretty view use STDERR in error_log file

Replies are listed 'Best First'.
Re^3: Get the Pretty view use STDERR in error_log file
by arkturuz (Curate) on Jul 07, 2006 at 14:42 UTC
    /me bows humble before the master :-)
    I admit, OPs question confused me, so I was rather too quick to answer.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://559789]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-16 14:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found