mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
fix log
This commit is contained in:
parent
2203f85906
commit
2ba5f0866d
1 changed files with 4 additions and 1 deletions
|
|
@ -169,7 +169,10 @@ impl RootContext for FilterContext {
|
||||||
Duration::from_secs(60),
|
Duration::from_secs(60),
|
||||||
);
|
);
|
||||||
if let Err(error) = self.http_call(call_args, CallContext {}) {
|
if let Err(error) = self.http_call(call_args, CallContext {}) {
|
||||||
warn!("failed to schedule http call: {:?}", error);
|
warn!(
|
||||||
|
"failed to schedule http call to otel-collector: {:?}",
|
||||||
|
error
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue