fralonra/fastify-log

fastify.info("print object %O", {xxx:11, yyy:22});

Closed this issue · 1 comments

print : print object [object object]

Sorry for the late reply.

fastify-log v1.2.2 is now available on npm, and supports json object printing.

NOTE that it haven't support printf style syntax nor checking for circular structure yet.