-
Notifications
You must be signed in to change notification settings - Fork 46
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
Allow for something a bit more verbose #17
Comments
@lrlna ? ☝️ :) |
Hey @temsa! Thanks for using this lil package! I think at this point I don't want to add this as a feature, mainly because pino-colada is meant to a be a very simple to use and allowing for options is gonna open a can of warms I don't want open. If I need to output out objects when debugging, I usually just go with |
so i just ran into this as well! frequently, when emitting an error i'll add a bunch of values to the log line to provide context for the error, but this is swallowing all those extra options. this is a problem with local dev since those things are there specifically to help debug issues; using console.log and pino seems like overkill? |
Would love to use |
Hey !
First thanks for pino-colada, it's really great !
However, I have a small usage issue with it, because while pino-colada removing most of the verbose stuff especially regarding requests is awesome, it would be great to have at least small objects with few properties outputed, at least in a
verbose
like mode (maybe with a threshold on the number of non object subprops )@lrlna Are you open to such a feature ? Would you want to implement it, or would you prefer a PR ?
The text was updated successfully, but these errors were encountered: