Skip to content

Commit

Permalink
Change log level to debug for watcher (#3328)
Browse files Browse the repository at this point in the history
  • Loading branch information
varsha888 committed Apr 24, 2023
1 parent b23a1b7 commit 0a884e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher/src/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ impl Watcher {
for (src_url, (block_index, block_data_result)) in url_to_block_data_result {
match block_data_result {
Ok(block_data) => {
log::info!(
log::debug!(
self.logger,
"Archive block retrieved for {} {}",
src_url,
Expand Down

0 comments on commit 0a884e5

Please sign in to comment.