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

Centralize logging configuration #229

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Centralize logging configuration #229

merged 1 commit into from
Jun 23, 2023

Conversation

RobbeSneyders
Copy link
Member

I was getting double logs with the local runner and was never a fan of the configure_logging utility function which had to be called by the user. This sets the logging format and level centrally in a way that doesn't overwrite already configured handlers and can easily be overwritten for each separate logger by the user.

Copy link
Collaborator

@GeorgesLorre GeorgesLorre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense, thx

@RobbeSneyders RobbeSneyders merged commit 684613e into main Jun 23, 2023
@RobbeSneyders RobbeSneyders deleted the feature/logging branch June 23, 2023 07:22
Hakimovich99 pushed a commit that referenced this pull request Oct 16, 2023
I was getting double logs with the local runner and was never a fan of
the `configure_logging` utility function which had to be called by the
user. This sets the logging format and level centrally in a way that
doesn't overwrite already configured handlers and can easily be
overwritten for each separate logger by the user.
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.

3 participants