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

Use self.log rather than logging module directly #1378

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

yuvipanda
Copy link
Collaborator

@yuvipanda yuvipanda commented Nov 26, 2024

Using logging.info or .debug directly sets up the root logger, and after that call every single message is duplicated! This showed up only when using the dataverse provider.

With this, no messages are duplicated

You can see this behavior in https://binder.opensci.2i2c.cloud/v2/dataverse/10.7910/DVN/TJCLKP/

Using logging.info or .debug directly sets up the root logger,
and after that call every single message is duplicated! This
showed up only when using the dataverse provider.

With this, no messages are duplicated
@manics manics merged commit 8a6eb6b into jupyterhub:main Nov 27, 2024
18 checks passed
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.

2 participants