Skip to content

Commit

Permalink
[chore](log) remove useless resource id log on write path (#45618)
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring authored Dec 23, 2024
1 parent 2a3a439 commit 1853d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/cloud/cloud_storage_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
VLOG_DEBUG << "Getting storage resource for vault_id: " << vault_id;

bool synced = false;
do {
Expand Down

0 comments on commit 1853d15

Please sign in to comment.