Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have only one service type #1412

Open
veprbl opened this issue May 4, 2024 · 1 comment
Open

Have only one service type #1412

veprbl opened this issue May 4, 2024 · 1 comment
Assignees

Comments

@veprbl
Copy link
Member

veprbl commented May 4, 2024

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.

@nathanwbrei
Copy link
Contributor

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.

[1] JeffersonLab/JANA2#250

@nathanwbrei nathanwbrei self-assigned this May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants