Skip to content

Commit

Permalink
logging: register loggers without explicit sink list too
Browse files Browse the repository at this point in the history
  • Loading branch information
flueke committed Dec 3, 2024
1 parent 284f8c6 commit 2421190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mesytec-mvlc/util/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ std::shared_ptr<spdlog::logger>
else
{
logger = spdlog::stdout_color_mt(name);
spdlog::register_logger(logger);
}
}

Expand Down

0 comments on commit 2421190

Please sign in to comment.