$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost log issues and workarounds
From: hh h (jupiter.hce_at_[hidden])
Date: 2019-01-21 08:51:22
> I'm assuming you're not using async logging
I am using synchronous so I can keep the order of log messages for debugging.
> To avoid buffering in the file stream you can enable auto flush in the sink backend.
Actually I like controlling the auto flush manually as I am running on the
embedded system, I can prolong the flash storage lifetime. Stability
is the absolute goal.
Thank you very much Andrey.