Post #2938707
2026-05-15 09:32 UTC
Of course, systemd-journald can't keep up at that rate. It crashes or hangs, so we had to write our own logger that doesn't use syslog any more. https://git.openldap.org/openldap/openldap/-/blob/master/servers/slapd/logging.c?ref_type=heads
Replies (1)
-
@equinox@chaos.social 2026-05-15 11:25
@hyc@mastodon.social I can one-up that 😂 We batch out debug messages (thread-locally) and send them out with sendmmsg() if that's available. And then we have the occasional discussion where people wonder why we don't use , we drag out some numbers and people are about the rates. (For us it's not request rate, it's the sheer number of debug messages, all of which you want because a DFZ router is expensive to restart to hunt things. "Need debug = NEED DEBUG.")