We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee15a5 commit 4205c71Copy full SHA for 4205c71
1 file changed
src/container.rs
@@ -38,7 +38,7 @@ pub struct AppContainer {
38
}
39
40
impl AppContainer {
41
- #[instrument(skip())]
+ #[instrument(skip(configuration))]
42
pub fn initialize(configuration: &Configuration) -> AppContainer {
43
// Configuration
44
0 commit comments