1RECAPLOG(8)                 System Manager's Manual                RECAPLOG(8)
2
3
4

NAME

6       recaplog  -  Handles  the  logs  generated by recap; compressing and/or
7       deleting log files.
8
9

SYNOPSIS

11       recaptool [-n|-v|-h|-V]
12
13

DESCRIPTION

15       recaplog is a user-configurable script that runs  periodically  out  of
16       cron  or  systemd.timer to compress recap log files older than one day,
17       and delete log files older than a configurable amount of days, recaplog
18       will not produce output if a tty is not found, this is useful when run‐
19       ning from cron.
20
21

OPTIONS

23       -h, --help
24              Print out the help.
25
26       -n, --dry-run
27              Performs a dry run, implies verbose.
28
29       -v, --verbose
30              Prints to stdout.
31
32       -V, --version
33              Print version and exit.
34
35

SETTINGS

37       These can be modified via the config file.
38
39       LOG_COMPRESS
40              Enables(1) or disables(0) log compression.  (default: 1)
41
42
43       LOG_EXPIRY
44              Number of days held for the logs.  (default: 15)
45
46

FILES

48       /etc/recap.conf - The configuration file.
49       /etc/cront.d/recap - The cronjob file.
50       /usr/lib/systemd/systemd/recaplog.{service,timer} - Unit files for recaplog.
51       /var/log/recap/recaplog.log - The recaplog file.
52
53

REPORTING BUGS

55       Bugs and issues to be submitted via github  <https://github.com/racker
56       labs/recap/issues>.
57
58

AUTHOR

60       The recap scripts are maintained by Rackspace, the list of contributors
61       is    available    at     https://github.com/rackerlabs/recap/blob/mas
62       ter/CHANGELOG.md#contributors.
63
64

SEE ALSO

66       recap.conf(5), recap(8), crontab(5), systemd.timer(5)
67
68
69
70
71                                 Aug 18, 2017                      RECAPLOG(8)
Impressum