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

Fixed wrong log level on --logfile #2613

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

schaefi
Copy link
Collaborator

@schaefi schaefi commented Aug 16, 2024

When using --logfile, the log generated there matches the stdout log (which without --debug, does not include any debug info). This is in contrast to the automatically generated one in the output directory, which always does and also not following the way how it is documented. This Fixes #2503

When using --logfile, the log generated there matches the
stdout log (which without --debug, does not include any debug info).
This is in contrast to the automatically generated one in the
output directory, which always does and also not following the
way how it is documented. This Fixes #2503
@schaefi schaefi self-assigned this Aug 16, 2024
@Conan-Kudo Conan-Kudo merged commit a919bdf into main Aug 16, 2024
12 checks passed
@Conan-Kudo Conan-Kudo deleted the full_log_info_with_logfile_option branch August 16, 2024 11:07
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.

--logfile does not emit logs with debug info by default
2 participants