On Sat, Nov 05, 2022 at 17:41:54 +0300, Valery Ushakov wrote: > > Or syslog has a different bug, because more details from the same log > > file: > > You can probably run syslog with debugging enabled, but it looks like > it needs a small fix to be able to specify debug level without > recompilation (the relevant dprintf is for D_DATA, which is not in > D_DEFAULT) - see usr.sbin/syslogd/syslogd.c:331
I have just committed the fix to make -d accept an optional argument. You can run syslogd -d2 (D_DATA) to get f_prevcount related messages. (You'll still need to recompile syslogd, but only once ;) -uwe
