Suppressing some logging

This commit is contained in:
Dan Paulat 2021-07-25 08:30:25 -05:00
parent 30fadcfbb6
commit 63c0034b64
7 changed files with 11 additions and 6 deletions

View file

@ -605,7 +605,7 @@ DigitalRadarData::moment_data_block(DataBlockType type) const
bool DigitalRadarData::Parse(std::istream& is)
{
BOOST_LOG_TRIVIAL(debug)
BOOST_LOG_TRIVIAL(trace)
<< logPrefix_ << "Parsing Digital Radar Data (Message Type 31)";
bool messageValid = true;