luckyframework / website-old

The old website for Lucky (archived)
https://github.com/luckyframework/website-v2
MIT License
11 stars 29 forks source link

WIP: Updating logging to use Dexter. #221

Open jwoertink opened 5 years ago

jwoertink commented 5 years ago

Fixes #220

I haven't actually really used Dexter yet. All my projects are still pre-dexter, so I need to dig in a bit more to figure out what all it does. The format method is a bit confusing to me since it seems the signature changes depending on the logger? So I need to find what are all the possible keys that get passed in (e.g. status, method, path, duration, message, etc...) So until this, this isn't quite ready to merge just yet.