Merge pull request #48826 from ClickHouse/remove-excessive-logging

Remove excessive logging
This commit is contained in:
Alexey Milovidov 2023-04-17 09:30:01 +03:00 committed by GitHub
commit 6a4422c56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,7 +270,6 @@ void AWSInstanceProfileCredentialsProvider::Reload()
void AWSInstanceProfileCredentialsProvider::refreshIfExpired()
{
LOG_DEBUG(logger, "Checking if latest credential pull has expired.");
Aws::Utils::Threading::ReaderLockGuard guard(m_reloadLock);
if (!IsTimeToRefresh(load_frequency_ms))
{