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

Option to reduce log verbosity #22

Open
james-ctc opened this issue Aug 6, 2024 · 1 comment
Open

Option to reduce log verbosity #22

james-ctc opened this issue Aug 6, 2024 · 1 comment
Assignees

Comments

@james-ctc
Copy link

It would be nice to have a compile option so that file and line numbers are omitted for the lower level logs.

@hikinggrass
Copy link
Contributor

I'm working on moving over the logging backend from Boost.Log towards spdlog at the moment. I already added a way of overwriting file/line/function per individual log message (could be useful if the logging comes from another place). But I'll add a compile time flag for disabling this entirely. Another option might be to (additionally) provide individual formatstrings for the different log levels

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