diff options
Diffstat (limited to 'docs/manual/logs.html.en')
-rw-r--r-- | docs/manual/logs.html.en | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index 8041931fb1..385134179f 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -131,10 +131,11 @@ information written to <code>stderr</code> by a CGI script will be copied directly to the error log.</p> - <p>If <code class="module"><a href="./mod/mod_unique_id.html">mod_unique_id</a></code> is loaded, you - can put a <code>%L</code> 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.</p> + <p>Putting a <code>%L</code> token in both the error log and the access + log will produce a log entry ID with which you can correlate the entry + in the error log with the entry in the access log. If + <code class="module"><a href="./mod/mod_unique_id.html">mod_unique_id</a></code> is loaded, its unique request ID will be + used as the log entry ID, too.</p> <p>During testing, it is often useful to continuously monitor the error log for any problems. On Unix systems, you can |