Actions
Feature #3668
closedLogging facility: sink auto_flush
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Tags:
Description
Allow enabling/disabling auto_flush
on Boost.Log sink backend for performance vs reliability tradeoff.
Updated by Junxiao Shi over 8 years ago
- Blocked by Feature #3562: Logging facility added
Updated by Davide Pesavento over 6 years ago
Would a simple static void Logging::setAutoFlush(bool)
function be enough to implement this feature?
Updated by Alex Afanasyev over 4 years ago
- Assignee set to Alex Afanasyev
I don't really know why this would be ever needed, but I can quickly implement such customization using NDN_LOG_NOFLUSH environment variable. If defined to any value, auto-flush will be turned off.
Updated by Alex Afanasyev over 4 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Davide Pesavento over 4 years ago
- Status changed from Code review to Closed
- Target version set to 0.8.0
Actions