Merge pull request #57312 from ClickHouse/lower-level-annoying-log

Lower level for annoying S3 log
This commit is contained in:
Antonio Andelic 2023-11-28 15:05:15 +01:00 committed by GitHub
commit 084ab75aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -649,7 +649,7 @@ Aws::String SSOCredentialsProvider::loadAccessTokenFile(const Aws::String & sso_
}
else
{
LOG_TRACE(logger, "Unable to open token file on path: {}", sso_access_token_path);
LOG_TEST(logger, "Unable to open token file on path: {}", sso_access_token_path);
return "";
}
}