holmok / pino-tiny

a tiny little log formatter for pino.
14 stars 0 forks source link

Add support for showing all data in logs (not just message) #8

Open brodyd795 opened 8 months ago

brodyd795 commented 8 months ago

Currently pino-tiny only extracts the message from the data that gets passed in and logs the message to the console. It would be helpful if we could add a CLI option for showing the rest of the data in addition to the message. This would ease debugging, because currently any additional data is hidden from the console logs beside message.

brodyd795 commented 8 months ago

After thinking about it some more, this may simply not be the job of pino-tiny, but rather for something more like pino-pretty. Feel free to close out if that's the case from your perspective as well.

brodyd795 commented 8 months ago

Oops, meant to just comment, not close. Reopening.