pinojs / pino-caller

🌲 Include call site of pino log messages
Other
58 stars 13 forks source link

WARNING: THIS IS A DEVELOPMENT TOOL AVOID PRODUCTION USE! #121

Closed yukimotochern closed 1 year ago

yukimotochern commented 1 year ago

I would like to know the reason why this is not production ready. Is this going to be made production ready in the future?

jsumners commented 1 year ago

Look at the implementation. It relies on generating and parsing stack traces. That is quite expensive.