Skip to content

Commit

Permalink
chore(bors): merge pull request #902
Browse files Browse the repository at this point in the history
902: fix(csi-driver): trace was mistakenly added as info r=tiagolobocastro a=tiagolobocastro



Co-authored-by: Tiago Castro <[email protected]>
  • Loading branch information
mayastor-bors and tiagolobocastro committed Dec 10, 2024
2 parents 41dac82 + 6f32cce commit b49a4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/csi-driver/src/trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ impl<'a> CsiRequest<'a> {
}
/// Log completion trace.
pub fn trace_ok(self) {
tracing::info!("{}", self.log_str())
tracing::trace!("{}", self.log_str())
}
}

0 comments on commit b49a4a4

Please sign in to comment.