Skip to content

Commit cbceb27

Browse files
author
Devdutt Shenoi
committed
log: sync starts aren't that important
1 parent 74a39ce commit cbceb27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/storage/object_storage.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ use datafusion::{datasource::listing::ListingTableUrl, execution::runtime_env::R
4545
use once_cell::sync::OnceCell;
4646
use relative_path::RelativePath;
4747
use relative_path::RelativePathBuf;
48-
use tracing::{error, info, warn};
48+
use tracing::{debug, error, warn};
4949
use ulid::Ulid;
5050

5151
use std::collections::{BTreeMap, HashSet};
@@ -651,7 +651,7 @@ pub trait ObjectStorage: Debug + Send + Sync + 'static {
651651

652652
// get all streams
653653
for stream_name in PARSEABLE.streams.list() {
654-
info!("Starting object_store_sync for stream- {stream_name}");
654+
debug!("Starting object_store_sync for stream- {stream_name}");
655655

656656
let stream = PARSEABLE.get_or_create_stream(&stream_name);
657657
let custom_partition = stream.get_custom_partition();

0 commit comments

Comments
 (0)