The current readme describing config is pretty minimal:
--config: Specify a path to a config file containing the pino-pretty options. pino-pretty will attempt to read from a .pino-prettyrc in your current directory (process.cwd) if not specified
what is the syntax of the config (json, yaml, key=value text)? what directives can be put there?
The current readme describing config is pretty minimal:
what is the syntax of the config (json, yaml, key=value text)? what directives can be put there?
perhaps add example config to the repository?