summaryrefslogtreecommitdiffstats
path: root/docs/manual/programs/rotatelogs.xml
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2009-01-16 12:08:15 +0100
committerRainer Jung <rjung@apache.org>2009-01-16 12:08:15 +0100
commit643d77264caa5625ffc5470b03d65c68a3be0d06 (patch)
tree821ec5303cc1aa69a4782431374b4f85f00f9ee0 /docs/manual/programs/rotatelogs.xml
parentRemove backported entry. (diff)
downloadapache2-643d77264caa5625ffc5470b03d65c68a3be0d06.tar.xz
apache2-643d77264caa5625ffc5470b03d65c68a3be0d06.zip
Mostly revert r733493: signal based rotation
for rotatelogs. Prefer adding reliable piped logs to the error loggers in httpd, so that one could simply kill rotatelogs and httpd automatically starts new instances of all loggers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/rotatelogs.xml')
-rw-r--r--docs/manual/programs/rotatelogs.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml
index 29022f5a9c..b9bd956010 100644
--- a/docs/manual/programs/rotatelogs.xml
+++ b/docs/manual/programs/rotatelogs.xml
@@ -28,10 +28,7 @@
<summary>
<p><code>rotatelogs</code> is a simple program for use in
conjunction with Apache's piped logfile feature. It supports
- rotation based on a time interval or maximum size of the log.
- Rotation happens automatically during log activity, but can also
- be triggered externally with the signals SIGHUP (checks the
- configured rotation rules) and SIGINT (force rotate).</p>
+ rotation based on a time interval or maximum size of the log.</p>
</summary>
<section id="synopsis"><title>Synopsis</title>