James Sumners
James Sumners
> i have the same issue too. It seem that pinojs has issue when running inside docker? Please provide evidence of such a claim. Pino is used within Docker by...
Would you like to send a Pull Request to address this issue?
> Any thoughts on how I can fix this? Sounds like a bug. Would you like to send a Pull Request to address this issue? Remember to add unit tests.
I would start by looking at the code around the feature, and review the history of it (i.e. look at `git blame` to find the PR and review the PR).
> I'll give it a shot. In the meantime, I found [this article ](https://adam.herokuapp.com/past/2011/4/1/logs_are_streams_not_files/) that suggest my application should log to `stdout` or `stderr` and let the system its running...
Why would a standard library be implemented contrary to the fundamental feature of the language, i.e. mutability via the prototype? I don't care for libraries that patch the built-in prototypes,...
Please provide a [minimal reproducible example](https://en.wikipedia.org/wiki/Minimal_reproducible_example). Doing so will help us diagnose your issue. It should be the bare minimum code needed to trigger the issue, and easily runnable without...
I think there was an unanswered question in the referenced issue. Has that been addressed?
Given lack of movement, and the conclusions by Matteo, I am closing this.
How do such invocations happen? I assume it has something to do with https://ruby-doc.org/stdlib-2.4.0/libdoc/logger/rdoc/Logger.html#method-i-add-label-Args . Those docs even recommend using the named methods.