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

- Put first logging instance after basicConfig call #60

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

alvanuffelen
Copy link
Contributor

closes #50

The Logging docs state:

The call to basicConfig() should come before any calls to debug(), info(), etc. Otherwise, those functions will call basicConfig() for you with the default options. As it’s intended as a one-off simple configuration facility, only the first call will actually do anything: subsequent calls are effectively no-ops.

@wdecoster wdecoster merged commit 5a8a3ee into wdecoster:master Sep 6, 2022
@wdecoster
Copy link
Owner

Aha, much appreciated!

@alvanuffelen alvanuffelen deleted the log_fix branch September 6, 2022 17:15
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.

no log file output
2 participants