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

Create a rational set of debug flag meanings for switch configuration generator(s) #821

Open
owendelong opened this issue Jan 30, 2025 · 0 comments

Comments

@owendelong
Copy link
Collaborator

Currently, the debug levels are somewhat arbitrary from 0 to 9 where zero will turn off all messages and 9 will turn on all messages and in between depends on the level of the debug() call in the code, each of which has a number as its first argument. If the number is greater than or equal to the current debug level, the message will be printed.

Switch to a system that allows specific areas of focus to be specified.

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

1 participant