Skip to content

Commit

Permalink
change info log to a warn.
Browse files Browse the repository at this point in the history
  • Loading branch information
musitdev committed Feb 26, 2025
1 parent 6c35d7b commit 26a8bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ where
return;
},
None => {
info!("Stream blob closed , exit stream.");
tracing::warn!("Stream blob closed , exit stream.");
return;
}
}
Expand Down

0 comments on commit 26a8bce

Please sign in to comment.