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

do not perform timestamp transform for log messages that are not logged #693

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

antholzer
Copy link
Contributor

Should fix e.g. #673

The problem is that we also processed debug messages with the timestamp_logger and Arrow.jl has many of them.

This way we apply LoggingExtras.MinLevelLogger to any log message first and thus only further messages that are relevant w.r.t. Genie.config.log_level.

@essenciary
Copy link
Member

@antholzer Thanks, makes sense. I concur that logging can slow things down based on my experience as well.

@essenciary essenciary merged commit 04a4ad4 into GenieFramework:master Dec 6, 2023
11 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