From: Rich Bowen The first item in the log entry is the date and time of the
@@ -127,9 +127,16 @@
case) and the severity level of that message. This is followed by
the process ID and, if appropriate, the thread ID, of the process
that experienced the condition. Next, we have the client address
- that made the request. And finally is the detailed error message,
- which in this case indicates a request for a file that did not
- exist.
Note that some messages that were previously logged at
+ error level have been downgraded to info
+ level in httpd 2.4. For example, "File does not exist" messages
+ for 404 responses are logged at info level and will
+ not appear in the error log with the default
+ warn.
+ To restore the previous behavior, use
+ LogLevel warn core:info.
A very wide variety of different messages can appear in the error log. Most look similar to the example above. The error diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 1ff13985a4..6b2ebb65cb 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1809,7 +1809,7 @@ ErrorLogFormat "[%{u}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M%
This would result in error messages such as:
Notice that, as discussed above, some fields are omitted