Damien Garrido

Results 3 issues of Damien Garrido

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

# Synopsis I have the following code, which intent to make some property values upper case (it could also be stringified, etc.): ```javascript const _ = require('lodash') const pino =...

I have hundreds of possible log fields, and I'd like to make sure that my logs are formatted consistently between the different loggers in my applications. For example, if a...