Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

Use formatted 'message' instead of 'msg' in ConsoleFormatter. #434

Merged
merged 1 commit into from
Sep 17, 2021

Conversation

MichaelGrupp
Copy link
Owner

@MichaelGrupp MichaelGrupp commented Sep 15, 2021

Otherwise logger.warning("bla %i", 1234) logs the % format string.
This bug didn't surface in this code base so far because f-strings or
format were used.

Otherwise `logger.warning("bla %i", 1234)` logs the % format string.
This bug didn't surface in this code base so far.
@MichaelGrupp MichaelGrupp merged commit 9fb999b into master Sep 17, 2021
@MichaelGrupp MichaelGrupp deleted the consoleformatter-fix branch September 17, 2021 14:16
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.

1 participant