Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12398: Boost log writes much less records in remote disk than local disk
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-08-17 22:01:55
#12398: Boost log writes much less records in remote disk than local disk
-------------------------------+-------------------------
Reporter: xinyan.zhang@⦠| Owner: andysem
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: log
Version: Boost 1.61.0 | Severity: Problem
Resolution: invalid | Keywords: remote disk
-------------------------------+-------------------------
Changes (by andysem):
* status: new => closed
* resolution: => invalid
Comment:
Boost.Log has no knowledge about the nature of the filesystem, it works
the same regardless. If your sinks are asynchronous then make sure log
records are not piling up in the queue or being dropped due to the queue
capacity limit. Try switching to synchronous logging or a non-dropping
queueing policy and make sure you flush the sink before the application
exit. Also check that you're using the same filter in both cases.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12398#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC