Commit 3c82c1c
committed
fix(logger): logs show "%s" instead of replaced value
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.1 parent 932ef34 commit 3c82c1c
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
0 commit comments