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

[#457] Inform the user of misconfigured log_level debug value #458

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

fluca1978
Copy link
Collaborator

If the user set the log_level = debugX with X being a number outside of the valid range 1-5, the application adjusts the logging level to the upper or lower boundary, now informing the user that her configuration has been ignored.

Documentation updated.

Also adds trace as a synonim for debug5.

Close #457

If the user set the `log_level = debugX` with X being a number outside
of the valid range 1-5, the application adjusts the logging level to
the upper or lower boundary, now informing the user that her
configuration has been ignored.

Documentation updated.

Also adds `trace` as a synonim for `debug5`.

Close agroal#457
@jesperpedersen jesperpedersen self-requested a review August 23, 2024 02:16
@jesperpedersen jesperpedersen added the enhancement Improvement to an existing feature label Aug 23, 2024
@jesperpedersen jesperpedersen merged commit 345fde7 into agroal:master Aug 23, 2024
2 checks passed
@jesperpedersen
Copy link
Collaborator

Merged.

Thanks for your contribution !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Report misconfiguration of log_level when set to debug
2 participants