We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b70b91 commit 1c9ba5bCopy full SHA for 1c9ba5b
modules/ingestor/src/service/advisory/csaf/creator.rs
@@ -98,7 +98,7 @@ impl<'a> StatusCreator<'a> {
98
.ok_or_else(|| crate::graph::error::Error::InvalidStatus(status.to_string()))?)
99
}
100
101
- #[instrument(skip_all, ret)]
+ #[instrument(skip_all, err(level=tracing::Level::INFO))]
102
pub async fn create<C: ConnectionTrait>(
103
&mut self,
104
graph: &Graph,
@@ -297,7 +297,7 @@ impl<'a> StatusCreator<'a> {
297
Ok(())
298
299
300
- #[instrument(skip(self, connection), ret)]
+ #[instrument(skip(self, connection), err(level=tracing::Level::INFO))]
301
async fn create_status(
302
&self,
303
connection: &impl ConnectionTrait,
0 commit comments