We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49db028 commit 4dc2107Copy full SHA for 4dc2107
mithril-aggregator/src/dependency_injection/builder/mod.rs
@@ -82,6 +82,7 @@ macro_rules! get_dependency {
82
( $self:ident.$attribute:ident = $builder:expr ) => {{
83
paste::paste! {
84
if $self.$attribute.is_none() {
85
+ slog::debug!($self.root_logger(), "Building dependency {}", stringify!($attribute));
86
$self.$attribute = Some($builder);
87
}
88
0 commit comments