comparison docs/noffle.conf.5 @ 185:fed1334d766b noffle

[svn] * src/client.c: Change variable only used on constant to 'const'. * src/filter.c: Add a couple of 'return's after ASSERT() to remove compiler warnings about functions needing returns. * NEWS,TODO,configure,configure.in,noffle.conf.example,docs/NOTES, docs/noffle.conf.5,src/client.c,src/configfile.c,src/content.c, src/control.c,src/database.c,src/fetch.c,src/fetchlist.c,src/filter.c, src/group.c,src/lock.c,src/log.c,src/log.h,src/noffle.c,src/outgoing.c, src/post.c,src/protocol.c,src/request.c,src/server.c,src/util.c: Debug logging is always compiled and selected via noffle.conf. All debug logs are classified as all, none, config, control, expire, fetch, filter, newsbase, noffle, post, protocol, requests and server.
author bears
date Sun, 05 Aug 2001 09:24:22 +0100
parents 1c7303c71f66
children b9ef99708d1c
comparison
equal deleted inserted replaced
184:9854ea5f295f 185:fed1334d766b
1 .TH noffle.conf 5 1 .TH noffle.conf 5
2 .\" $Id: noffle.conf.5 227 2000-10-26 21:21:13Z bears $ 2 .\" $Id: noffle.conf.5 300 2001-08-05 08:24:22Z bears $
3 3
4 .SH NAME 4 .SH NAME
5 noffle.conf \- Configuration file for NOFFLE news server 5 noffle.conf \- Configuration file for NOFFLE news server
6 6
7 .SH DESCRIPTION 7 .SH DESCRIPTION
85 uses the userid of the user who invoked 85 uses the userid of the user who invoked
86 .B inews 86 .B inews
87 and the specified domain. 87 and the specified domain.
88 .br 88 .br
89 Default: The system domain 89 Default: The system domain
90
91 .TP
92 .B log-debug <log category> [<log category ...]
93 Log debugging information from the specified log category
94 or categories. Logging is via the system logging daemon
95 .BR syslogd (8)
96 (to the debug facility) and additionally to stderr when running
97 interactively. The available categories for logging are
98 .BR all ,
99 .BR none ,
100 .BR config ,
101 .BR control ,
102 .BR expire ,
103 .BR fetch ,
104 .BR filter ,
105 .BR newsbase ,
106 .BR noffle ,
107 .BR post ,
108 .BR protocol ,
109 .BR requests
110 and
111 .BR server.
112 The
113 .B noffle
114 category is automatically selected whenever any other category is
115 selected. These messages are in addition to messages logged to the
116 system logging daemon error, information and notification facilities.
117 .br
118 Default: none
90 119
91 .TP 120 .TP
92 .B organization <organization> 121 .B organization <organization>
93 When invoked as 122 When invoked as
94 .BR inews (1) 123 .BR inews (1)