Skip to content

Commit

Permalink
Skip some fields in tracing the error_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNorom committed Sep 16, 2023
1 parent 554a3af commit ffa7dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/banner_changer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl ChangerError {
///
/// This is a needed as well as the normal error handling in [crate::error::on_error] because
/// the scheduler is running in its own task
#[tracing::instrument(skip(self, ctx, db))]
#[tracing::instrument(skip(self, ctx, db, repeater_handle, owners))]
pub async fn handle_error(
&self,
ctx: Arc<Context>,
Expand Down

0 comments on commit ffa7dc3

Please sign in to comment.