pino
pino copied to clipboard
fix: Lowercase the custom levels only when useOnlyCustomLevels is true
Typescript enums usually have uppercased keys. This change completely breaks implementation when the useOnlyCustomLevels option is set to true and the enum of custom levels includes DEBUG key.
CI is failing
@mcollina hey, can you please look at this when you will have some time? Thanks