From f8a5c32eea89c367df51fa318396c738c7b7b944 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Fri, 18 Jan 2013 21:59:02 +0000
Subject: [PATCH] ErrorLogFormat has different defaults on different MPMs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1435366 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/core.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 17c50f9732..26245e54f9 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1505,7 +1505,7 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"
unique id will be used as log ID for requests.
-#Example (default format)
+#Example (default format for threaded MPMs)
ErrorLogFormat "[%{u}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% ,\ referer\ %{Referer}i"
--
2.40.0