forked from fordmason/cronolog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cronolog.info
94 lines (67 loc) · 2.65 KB
/
cronolog.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
This is Info file cronolog.info, produced by Makeinfo-1.63 from the
input file 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: Top827
Node: Overview1232
Node: How Cronolog works1419
Node: Support utilities2000
Node: Index2429
End Tag Table