Skip to content

Commit

Permalink
Change log level from warning to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
mpartio committed Jan 9, 2024
1 parent b55af15 commit d52fa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion himan-plugins/source/radon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ pair<bool, radon_record> radon::SaveGrid(const info<T>& resultInfo, const file_i
host = string(host_);
if (host.find("http") == string::npos)
{
itsLogger.Warning("S3_HOSTNAME missing protocol -- adding 'https://'");
itsLogger.Trace("S3_HOSTNAME missing protocol -- adding 'https://'");
host = "https://" + host;
}
}
Expand Down

0 comments on commit d52fa8e

Please sign in to comment.