I like that our logging code does not need to care if its being pretty-printed or not, just adding | pretty-print to our dev scripts is good separation.
I would like to customize how our objects are pretty-printed, like customPrettifiers work. Is there a way to tell pino-pretty cli to load customPrettifiers from a file? Would this be a desired feature? Do you have tips on how to start implementing said feature?
Thanks