Skip to content
Snippets Groups Projects
Commit 496c5768 authored by Niccolò Betto's avatar Niccolò Betto
Browse files

[DependencyManager] Decrease log level of per-module configuration

parent 52f3646b
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ bool DependencyManager::inject()
for (auto& module : modules)
{
LOG_INFO(logger, "Configuring [{}]...", module.second.name);
LOG_DEBUG(logger, "Configuring [{}]...", module.second.name);
DependencyInjector injector{*this, module.second};
module.second.injectable->inject(injector);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment