Log interpolation does not work

Hi,
From doce strapi logging should support interpolation, strapi-docs/files/logging.md at master · strapi/strapi-docs · GitHub

When I try in strapi5 it does’t happen

strapi.log.info("------>", "channels");
strapi.log.info("------> %s", "channels");

produce

[2024-10-12 17:10:42.281] info: ------>
[2024-10-12 17:10:42.281] info: ------> %s

why ?

This topic has been created from a Discord post (1294680722644275267) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

I’ve just read the source code, documentation is outdated. It simply supports es interpolation