We are using the simplest version of boost.log v2 with BOOST_LOG_TRIVIAL ( severity ) << ...
For the moment we would not like to create a separate sink or output file, sometimes redirecting the console output to a file is good enough for our purposes. Under CentOs 7 with boost.log v1.59 we have noticed that many times the output is not redirected but instead lost completely when using various redirection options like <executable> 2>&1 out.txt
etc. The file ends up with zero length and no screen output is present naturally.
Has anybody observed this behaviour? Is there a known fix? Many thanks, filimon