Open ByMsx opened 2 years ago
I am curious why this happens for you. Under the hood console.time(label)
is used. I assumed it only uses ASCII for its label argument but throwing a bunch of Unicode letters (also some Cyrillic ones) into the label works fine. Then I thought, it might be related to an older version of Node.js but even Node.js 6.0.0 (randomly selected) which is ancient does work fine with this and does not display any ? at all.
Hi! Thanks for you great library.
I have a suggestion for improvement. In my case I work with Russian chats (with Cyrillic titles) and debug output in production looks like:
2022-02-11T20:02:17.429Z 68cvvs chat_member ???????????? ??????? ???? ?????: 13.433ms
.So I look for setting, which allow me to set custom output format, ex.: display
chat.id
anduser.id
.Sorry for my bad english. 😄