Hello,On Linux there is an app called logrotate, this looks after all the logs under /var/log directory.
It has a copytruncate feature: copytruncateTruncate the original log file in place after creating a copy, instead of moving the old log file and optionally creating a new one, It can be used when some pro-gram can not be told to close its logfile and thus might continue writing (appending) to the previous log file forever. Note that there is a very small time slice between copying the file and truncating it, so some logging data might be lost. When this option is used, the create option will have no effect, as the old log file stays in place.
What does FreeBSD use to rotate it's logs, it most likely has the same features ?
With logrotate you can specify size. Michael Joost de Heer wrote:
Mario Pavlov wrote:Hi guys :) I was searching the documentation for a while for some way to get my httpd-access.log limited by size but I didn't found anything... is there a way to limit my log files by size ? for example when the log file reaches 100Mbytes to stop growing and evry new line to overwrites the oldesthttp://httpd.apache.org/docs/2.2/programs/rotatelogs.html Joost --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
-- Michael Gale Red Hat Certified Engineer Network Administrator Pason Systems Corp. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx