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

Fix logging startup code for --stack-trace logging #986

Closed
jackdewinter opened this issue Feb 4, 2024 · 0 comments · Fixed by #987
Closed

Fix logging startup code for --stack-trace logging #986

jackdewinter opened this issue Feb 4, 2024 · 0 comments · Fixed by #987

Comments

@jackdewinter
Copy link
Owner

The command line --stack-trace flag is used for printing more information about any exceptions that occur. To accomplish this, it also sets the initial logging level to DEBUG to ensure that it can handle issues thar arise before the configuration file has been read and the logging subsystem is enacted.

When using this feature to diagnose a problem with loading a YAML configuration file, this was not working as intended, ignoring the command line and not doing the initial setting of the logging system. This ticket is to fix that issue.

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

Successfully merging a pull request may close this issue.

1 participant