From 0b5c3d8135d99e0e3fe2fb7c17a7e1d65fd43202 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 11 Oct 2001 13:56:52 +0000 Subject: [PATCH] TransferLog is (sort of) deprecated, and people never seem to realize that you can use this with CustomLog. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91421 13f79535-47bb-0310-9956-ffa450edef68 --- docs/man/rotatelogs.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index 006f5f77f6..89ee5637ef 100644 --- a/docs/man/rotatelogs.8 +++ b/docs/man/rotatelogs.8 @@ -64,7 +64,7 @@ is a simple program for use in conjunction with Apache's piped logfile feature, which can be used like this: .fi -TransferLog "|bin/rotatelogs /path/to/logs/logfile 86400" +CustomLog "|bin/rotatelogs /path/to/logs/logfile 86400" combined .mf This creates the files /path/to/logs/logfile.nnnn where nnnn is the system -- 2.50.1