Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
klouskingsley opened this issue Mar 4, 2022 · 0 comments
Open

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

klouskingsley opened this issue Mar 4, 2022 · 0 comments

Comments

@klouskingsley
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant