From: Astrid Malo Date: Sun, 25 Apr 2004 19:53:08 +0000 (+0000) Subject: add an example for windows and netware users not familiar with strftime() X-Git-Tag: pre_ajp_proxy~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1645a689bacdc0018321b6a320c26a9e4bd8ca82;p=apache add an example for windows and netware users not familiar with strftime() submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103520 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/rotatelogs.html.en b/docs/manual/programs/rotatelogs.html.en index a3c855f432..6c8aab2803 100644 --- a/docs/manual/programs/rotatelogs.html.en +++ b/docs/manual/programs/rotatelogs.html.en @@ -41,6 +41,14 @@

This configuration will rotate the logfile whenever it reaches a size of 5 megabytes.

+

+ ErrorLog "|bin/rotatelogs /var/logs/errorlog.%Y-%m-%d-%H_%M_%S 5M" +

+

This configuration will rotate the error logfile whenever it + reaches a size of 5 megabytes, and the suffix to the logfile name + will be created of the form + errorlog.YYYY-mm-dd-HH_MM_SS.

+
  • Synopsis
  • Options
  • diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml index 181bfc90c1..cc0936407f 100644 --- a/docs/manual/programs/rotatelogs.xml +++ b/docs/manual/programs/rotatelogs.xml @@ -1,7 +1,7 @@ - +