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

fix(logger): logs show "%s" instead of replaced value #6020

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

justinmk3
Copy link
Contributor

Problem:
Log messages have literal format strings such as "%s", even though values were passed to the log function:

2024-11-14 11:00:33.778 [info] CloudFormationTemplateRegistry: processed … %s
2024-11-14 11:00:34.634 [debug] schema service: handle … -> %s

Solution:
Regression introduced by TopicLogger. Fix the call.


License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@justinmk3 justinmk3 requested a review from a team as a code owner November 14, 2024 19:33

This comment was marked as resolved.

Problem:
Log messages have literal format strings such as "%s", even though
values were passed to the log function:

    2024-11-14 11:00:33.778 [info] CloudFormationTemplateRegistry: processed … %s
    2024-11-14 11:00:34.634 [debug] schema service: handle … -> %s

Solution:
Regression introduced by `TopicLogger`. Fix the call.
@justinmk3 justinmk3 merged commit 1d86309 into aws:master Nov 14, 2024
21 of 25 checks passed
@justinmk3 justinmk3 deleted the fixlogs branch November 14, 2024 20:50
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