Changeset 5362
- Timestamp:
- 03/12/08 10:15:11 (4 months ago)
- Files:
-
- trackerd/trunk/man/trackerd.8 (modified) (2 diffs)
- trackerd/trunk/trackerd/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trackerd/trunk/man/trackerd.8
r5078 r5362 33 33 .Sh SYNOPSIS 34 34 .Nm trackerd 35 .Op Fl 46Dl lhtuv35 .Op Fl 46Dlhtuv 36 36 .Op Fl d Ar server_root 37 37 .Op Fl f Ar config_file … … 90 90 .Xr syslog 3 . 91 91 .It Fl l 92 Increases the log level. Without it, logging is limited to connects and disconnects. Used once, server registrations are also logged. Used three times, logs full debug information. 92 Increases the log level. By default, 93 .Nm trackerd 94 will log everything but debug messages. Use this flag once to also log debug messages. 93 95 .It Fl s Ar syslog_facility 94 96 Sets the trackerd/trunk/trackerd/main.c
r5270 r5362 287 287 static void wt_usage(void) { 288 288 fprintf(stderr, 289 "Usage: trackerd [-Dl lhtuv] [-d path] [-f file] [-i lines] [-L file] [-s facility]\n\289 "Usage: trackerd [-Dlhtuv] [-d path] [-f file] [-i lines] [-L file] [-s facility]\n\ 290 290 \n\ 291 291 Options:\n\ … … 298 298 -i lines set limit on number of lines for -L\n\ 299 299 -L set alternate file for log output\n\ 300 -l increase log level (can be used twice)\n\300 -l increase log level\n\ 301 301 -s facility set the syslog(3) facility\n\ 302 302 -t run syntax test on config\n\
