You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(logger): logs show "%s" instead of replaced value #6020
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.
0 commit comments