gavinchou commented on code in PR #45618:
URL: https://github.com/apache/doris/pull/45618#discussion_r1892437519


##########
be/src/cloud/cloud_storage_engine.h:
##########
@@ -75,7 +75,7 @@ class CloudStorageEngine final : public BaseStorageEngine {
     void _check_file_cache_ttl_block_valid();
 
     std::optional<StorageResource> get_storage_resource(const std::string& 
vault_id) {
-        LOG(INFO) << "Getting storage resource for vault_id: " << vault_id;
+        LOG(DEBUG) << "Getting storage resource for vault_id: " << vault_id;

Review Comment:
   VLOG()



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to