From: Maria Matejka Date: Thu, 24 Aug 2023 15:00:54 +0000 (+0200) Subject: Logging: fixed size logfiles behaving as mmapped ringbuffers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fthread-next-unlocked-logging;p=thirdparty%2Fbird.git Logging: fixed size logfiles behaving as mmapped ringbuffers This variant of logging avoids calling write() for every log line, allowing for waitless logging. This makes heavy logging less heavy and more useful for race condition debugging. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 7c8e9895d..0da616c70 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -471,7 +471,7 @@ ipv6 table include "tablename.conf";; -