problems with streaming news v2.3
Russ Allbery
rra at stanford.edu
Wed Dec 4 06:03:37 UTC 2002
David L Nicol <david at kasey.umkc.edu> writes:
> In
> http://www.isc.org/ml-archives/inn-workers/2000/10/msg00067.html
> Kat informs us that the
> innd: peerfqdn:55 cant read Connection reset by peer
> innd: peerfqdn:81 cant read Broken pipe
> innd: peerfqdn:81 cant write Broken pipe
> messages are to be ignored.
> Yet they are logged at the "err" level.
> Logging messages which are properly ignored into the L_ERROR channel is
> incorrect: lines in news.err should indicate a configuration problem
> requiring correction.
> Let's patch future releases so that the lines in innd/chan.c that
> produce these messages have a more appropriate level, perhaps
> L_INFO or L_DEBUG
Agreed. I lowered them to LOG_NOTICE, since that's what all the other
connection statistics stuff is logged at. (Well, I actually converted
them to sysnotice and notice calls, but that's the level at which INN
currently logs such messages.) We may eventually need more inn/messages.h
functions for more levels of granularity once we get all the messages
converted over to the new system.
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
More information about the inn-workers
mailing list