fastify / one-line-logger

Helps you format fastify's log into a nice one line message
MIT License
32 stars 7 forks source link

Updating for v5 #40

Closed Gesma94 closed 4 months ago

Gesma94 commented 4 months ago

Closes #39

Checklist

CC @simoneb

Just a quick comment: I noticed the folder benchmark, but no script to run them. Thus, I wrote these two:

"bench:format-date": "node benchmark/format-date.js",
"bench:format-message": "node benchmark/format-message.js"

Though, I didn't know if we wanted this in the repo, so I didn't push this change

Gesma94 commented 4 months ago

Apparently, there was a missing peer dependency which then lead to an error. Add a resolutions entry to package.json that should fix the yarn commands

gurgunday commented 4 months ago

Thanks!