winstonjs/logform

[Bug]: cannot log full string when string is too long

Opened this issue · 0 comments

The problem

origin issues from winston main repo: winstonjs/winston#2066

bugs caused by util.inspect(object, [options]) in node util library, options. maxStringLength 's defualt value is 10000 which is insufficient for long string

What version of Logform presents the issue?

v2.3.2

What version of Node are you using?

v16.13.0

If this worked in a previous version of Logform, which was it?

No response

Minimum Working Example

No response

Additional information

No response

🔎 Search Terms

long string, full string