pino icon indicating copy to clipboard operation
pino copied to clipboard

EBADF: bad file descriptor, write when using a windows packaging electron application (electro forge) on windows

Open franckOL opened this issue 1 year ago • 5 comments

I think this is due that process.stdout is not (yet) open. It works is I open a cmd console, and see the log. Is there a way to have a silent default behaviour ?

franckOL avatar Dec 15 '23 09:12 franckOL

Have you reviewed the documentation?

jsumners avatar Dec 15 '23 12:12 jsumners

the documentation ? what I have missed ?

franckOL avatar Dec 15 '23 13:12 franckOL

https://getpino.io/#/docs/api?id=options

jsumners avatar Dec 15 '23 14:12 jsumners

Do you suggest to set log off !

franckOL avatar Dec 15 '23 14:12 franckOL

You asked: "Is there a way to have a silent default behaviour ?". The docs linked include information about setting the log level, and very clearly show a "silent" option.

jsumners avatar Dec 29 '23 12:12 jsumners