From: Rich Bowen Date: Tue, 11 Jan 2022 15:25:04 +0000 (+0000) Subject: Adds a mention of the handy mod_log_debug module. X-Git-Tag: 2.5.0-alpha2-ci-test-only~590 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfc75cfa55da8f578d119435225ce8c335a8a808;p=thirdparty%2Fapache%2Fhttpd.git Adds a mention of the handy mod_log_debug module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896911 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/logs.html.en.utf8 b/docs/manual/logs.html.en.utf8 index a97ece62e53..6b734c0739a 100644 --- a/docs/manual/logs.html.en.utf8 +++ b/docs/manual/logs.html.en.utf8 @@ -635,7 +635,7 @@ CustomLog "logs/access_log" comonvhost

Other Log Files

- +

Logging actual bytes sent and received

@@ -679,6 +679,14 @@ CustomLog "logs/access_log" comonvhost More information is available in the mod_cgi documentation.

+

Configurable debug logging

+ + +

The LogMessage + lets you create your own custom log messages to aid in debugging. +

+ +

Available Languages:  en  | diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index fcfbc7526f1..a42e431cdd6 100644 --- a/docs/manual/logs.xml +++ b/docs/manual/logs.xml @@ -680,14 +680,16 @@ CustomLog "logs/access_log" comonvhost mod_logio mod_log_config + mod_log_debug mod_log_forensic mod_cgi - LogFormat BufferedLogs ForensicLog + LogFormat + LogMessage PidFile ScriptLog ScriptLogBuffer @@ -739,6 +741,14 @@ CustomLog "logs/access_log" comonvhost href="mod/mod_cgi.html">mod_cgi documentation.

+
+ Configurable debug logging + +

The LogMessage + lets you create your own custom log messages to aid in debugging. +

+
+