You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need to filter a present output data in a special way, write a package to do it and publish it in npm.
I'd like to change the output a bit. I'm running on amazon lambda and I don't need the PID but I do need some extra environment variables. I was looking through the source and it doesn't seem like there is a good way to hook into how the logging object is created. Any pointers?
Thanks!
The text was updated successfully, but these errors were encountered:
the answer is currently no but I'd be open to a PR if someone wants to tackle stringify pluggability, maybe an argument to output() that provides a custom stringify(level, name, message, obj) to override the internal.
I'd like to change the output a bit. I'm running on amazon lambda and I don't need the PID but I do need some extra environment variables. I was looking through the source and it doesn't seem like there is a good way to hook into how the logging object is created. Any pointers?
Thanks!
The text was updated successfully, but these errors were encountered: