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