1ROLLLOG(1) User Contributed Perl Documentation ROLLLOG(1)
2
3
4
6 rolllog - DNSSEC-Tools utility to write messages to the DNSSEC rollover
7 log file
8
10 rolllog -loglevel <level> <log_message>
11
13 The rolllog program writes log messages to the DNSSEC rollover log
14 file. rolllog does not actually write the messages itself; rather, it
15 sends them to the rollerd rollover daemon to write the messages.
16 rollerd keeps track of a logging level, and only messages of that level
17 or higher are written to the log file.
18
20 The following options are recognized:
21
22 -loglevel level
23 Logging level of this message. The valid levels are defined in
24 rollmgr.pm(3). This option is required.
25
26 -help
27 Display a usage message.
28
29 -Version
30 Displays the version information for rolllog and the DNSSEC-Tools
31 package.
32
34 Copyright 2006-2014 SPARTA, Inc. All rights reserved. See the COPYING
35 file included with the DNSSEC-Tools package for details.
36
38 Wayne Morrison, tewok@tislabs.com
39
41 rollctl(8), rollerd(8)
42
43 Net::DNS::SEC::Tools::rollmgr.pm(3)
44
45
46
47perl v5.34.0 2022-01-20 ROLLLOG(1)