This is cronolog.info, produced by makeinfo version 4.0 from cronolog.texi. START-INFO-DIR-ENTRY * Cronolog: (cronolog). A log file rotation program for web servers END-INFO-DIR-ENTRY Copyright (C) 1997 Ford & Mason Ltd. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided also that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.  File: cronolog.info, Node: Top, Next: Overview, Prev: (dir), Up: (dir) Cronolog ******** Cronolog is a log file rotation program for web servers. This file describes version 1.3 of cronolog. * Menu: * Overview:: What is Cronolog? * How Cronolog works:: How Cronolog works * Support utilities:: Suport utilities * Index:: Index  File: cronolog.info, Node: Overview, Next: How Cronolog works, Prev: Top, Up: Top What is Cronolog? ***************** Cronolog is a log file rotation program for web servers.  File: cronolog.info, Node: How Cronolog works, Next: Support utilities, Prev: Overview, Up: Top How Cronolog works ****************** When Cronolog starts up it examines the log file template specified on the command line and determines the periodicity of the log files, i.e. how often the log file should be rotated. It does this by looking for date format directives within the template and recording which directive specifies the smallest unit of time. When a log file is opened, Cronolog calculates the earliest time at which a new log file should be written.  File: cronolog.info, Node: Support utilities, Next: Index, Prev: How Cronolog works, Up: Top Support utilities ***************** If you have not been rotating your log files or you have used another mechanism for rotating log files, you may want to split your existing log files according to the template you are using for Cronolog. A simple perl script called `split-logs-by-timestamp' is provided to do just that.  File: cronolog.info, Node: Index, Prev: Support utilities, Up: Top Index ***** * Menu: * overview: Overview.  Tag Table: Node: Top809 Node: Overview1214 Node: How Cronolog works1401 Node: Support utilities1982 Node: Index2411  End Tag Table