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-20 00:36:11
#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
-------------------------------+-------------------------
Comment (by andysem):
> Is there any way to check if messages are dropped or not?
There is not. Unless there is a bug or memory overflow,
`unbounded_fifo_queue` should not drop records. You'll have to debug the
problem yourself. I'd start by counting the number of log records that
passed the filter (`asynchronous_sink::consume`) and also the number of
records that reached the file stream (`text_file_backend::consume`). Also
try switching to `synchronous_sink`.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12398#comment:4> 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