Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information