Commit 742934fe authored by Joshua Slive's avatar Joshua Slive
Browse files

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
parent 0592d4e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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