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

scripts: loglevel warning message fix #2588

Merged
merged 2 commits into from
May 13, 2022
Merged

scripts: loglevel warning message fix #2588

merged 2 commits into from
May 13, 2022

Conversation

maxemann96
Copy link
Contributor

Description

If the loglevel is invalid (for example DEBUG) it will print

[ WARNING ] Log level 'info' is invalid (falling back to default 'info')

But the correct message would be

[ WARNING ] Log level 'DEBUG' is invalid (falling back to default 'info')

Fixes no open issue.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (non-breaking change that does improve existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project

  • I have performed a self-review of my own code

  • I have commented my code, particularly in hard-to-understand areas

  • I have made corresponding changes to the documentation (README.md or the documentation under docs/)

  • If necessary I have added tests that prove my fix is effective or that my feature works

  • New and existing unit tests pass locally with my changes

  • I just used the github online editor to propose this change. No local test.

If the loglevel is invalid (for example `DEBUG`) it will print
> [ WARNING ]  Log level 'info' is invalid (falling back to default 'info')

But the correct message would be
> [ WARNING ]  Log level 'DEBUG' is invalid (falling back to default 'info')
Copy link
Member

@georglauterbach georglauterbach left a comment

Choose a reason for hiding this comment

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

Thank your for your contribution and for fixing this issue!

@georglauterbach georglauterbach changed the title Small startup script loglevel warning message fix chore(scripts): loglevel warning message fix May 12, 2022
@georglauterbach georglauterbach changed the title chore(scripts): loglevel warning message fix scripts: loglevel warning message fix May 12, 2022
@georglauterbach georglauterbach merged commit 777d4a8 into docker-mailserver:master May 13, 2022
@maxemann96 maxemann96 deleted the patch-1 branch December 20, 2022 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants