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

Add stderr logger early in main #304

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Add stderr logger early in main #304

merged 1 commit into from
Apr 22, 2024

Conversation

jakobnissen
Copy link
Member

Because we remove the default logger on init, but only add the new logger when run() is called, there is no logger available during the preprocessing steps, e.g. argparsing.
This leads to warnings not being shown to the user, which is very bad from a usability point of view.

Because we remove the default logger on init, but only add the new logger when
run() is called, there is no logger available during the preprocessing steps,
e.g. argparsing.
This leads to warnings not being shown to the user, which is very bad from a
usability point of view.
@jakobnissen jakobnissen mentioned this pull request Apr 22, 2024
@jakobnissen jakobnissen merged commit 67e9b70 into master Apr 22, 2024
6 checks passed
@jakobnissen jakobnissen deleted the logorder branch April 22, 2024 10:52
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 this pull request may close these issues.

1 participant