Change invalid time key log from warning to trace, as this is not always an unexpected condition

This commit is contained in:
Dan Paulat 2024-01-23 23:25:44 -06:00
parent 0fa3b8524c
commit 2fd7dca8a4

View file

@ -94,7 +94,7 @@ AwsLevel2DataProvider::GetTimePointFromKey(const std::string& key)
if (in.fail()) if (in.fail())
{ {
logger_->warn("Invalid time: \"{}\"", timeStr); logger_->trace("Invalid time: \"{}\"", timeStr);
} }
} }
else else