1CJDNSLOG(1) CJDNSLOG(1)
2
3
4
6 cjdnslog -- display cjdroute log messages
7
9 /usr/bin/cjdnslog [<options>...]
10
12 Cjdroute has numerous log points. Cjdnslog enables and taps selected
13 log points and sends the resulting log messages to stdout.
14
16 With no options, cjdnslog logs everything.
17
18 · --help Print usage summary.
19
20 · -f source_file.c Restrict output to log messages generated in
21 source_file.c.
22
23 · -v log_level Restrict output to messages at log_level or higher.
24 Log levels include DEBUG, INFO, WARN, ERROR.
25
26 · -l lineno Restrict output to message generated on source line
27 lineno. Normally used in conjunction with -f.
28
29
30
32 Running cjdnslog requires admin privilege. The cjdnsadmin lib will try
33 to read /etc/cjdroute.conf for the admin password. This will normally
34 succeed only for root. Otherwise, it tries ~/.cjdnsadmin
35
37 ~/.cjdnsadmin
38
40 cjdroute(1)
41
42
43
44 May 2019 CJDNSLOG(1)