Question
I looked into the nestjs-pino docs and the pinojs docs and both differ from what is correct about the defaut configuration over sync/async logging.
Based on pinojs it should be sync: false by default, but based on nestjs-pino documentation, it is sync: true the default.
I made a research on the code and nestjs-pino doesn't modify the defaults on pinoHttp object.
Can someone confirm the default configuration for this property, please?
The documentation was modified last time on the merge of the #907.
Question I looked into the
nestjs-pino
docs and thepinojs
docs and both differ from what is correct about the defaut configuration over sync/async logging.Based on
pinojs
it should besync: false
by default, but based onnestjs-pino
documentation, it issync: true
the default. I made a research on the code and nestjs-pino doesn't modify the defaults on pinoHttp object.Can someone confirm the default configuration for this property, please?
The documentation was modified last time on the merge of the #907.