From 7ffe4b90220045eefdeb830213489d79c4fdc0bb Mon Sep 17 00:00:00 2001
From: Rich Bowen syslog
or pipe them to a
program.
The format of the error log is relatively free-form and +
The default format of the error log is relatively free-form and descriptive. But there is certain information that is contained in most error log entries. For example, here is a typical message.
@@ -140,14 +140,12 @@ information written tostderr
by a CGI script will
be copied directly to the error log.
- 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 example, 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.
+Using the %L
token in both the error log and the access
+ log, producing a log entry ID with which you can correlate the entry
+ in the error log with the entry in the access log.
During testing, it is often useful to continuously monitor the error log for any problems. On Unix systems, you can -- cgit v1.2.3