You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
The output from mpacklog::Logger::put is a success boolean. When it fails we should warn users that some log entries are being lost. (Perhaps suggest follow-up actions such as (1) increasing the size of the circular buffer or (2) reducing the size of logged dictionaries.)
The text was updated successfully, but these errors were encountered:
stephane-caron
changed the title
Log when circular buffer is full
Warn when logging buffer is full
May 29, 2024
As discussed with @ubgk today, currently we don't check that logging succeeds at every spine cycle:
vulp/vulp/spine/Spine.cpp
Line 72 in af23b12
The output from
mpacklog::Logger::put
is a success boolean. When it fails we should warn users that some log entries are being lost. (Perhaps suggest follow-up actions such as (1) increasing the size of the circular buffer or (2) reducing the size of logged dictionaries.)The text was updated successfully, but these errors were encountered: