Added back logging as traces for level_2_chunks

This commit is contained in:
AdenKoperczak 2025-05-07 17:33:44 -04:00
parent 4906800a22
commit 969267b661
No known key found for this signature in database
GPG key ID: 9843017036F62EE7
4 changed files with 21 additions and 26 deletions

View file

@ -170,7 +170,7 @@ void RadarProductLayer::UpdateSweep()
std::try_to_lock);
if (!sweepLock.owns_lock())
{
// logger_->debug("Sweep locked, deferring update");
logger_->trace("Sweep locked, deferring update");
return;
}
logger_->debug("UpdateSweep()");