Open veprbl opened 6 months ago
JANA2 already provides support for user-settable verbosity on a per-component basis with no additional code needed. We aren't using it because we are using the spdlog from our log service instead of the JANA's built in logger. It would be an easy change to extract the JANA log levels and use them to configure the spdlog logger. I'm also interested in redirecting all JANA log messages through spdlog [1], or even replacing the JANA logger with spdlog outright.
We need to either port all services to algorithms interface or to JANA interface.
Also, whatever system we choose, we need to add support for user-settable verbosity.