dexter
dexter copied to clipboard
A logger with maximum customizability and surgical precision
When you log a bunch of asynchronous code, it gets logged out of order which leads to some confusing logs. To go along with https://github.com/luckyframework/lucky/issues/950#issuecomment-617433176, one thing we could do...
My understanding of history is that this library was made in a time where Crystal's `Log` class was not very robust and this library added functionality that was missing. (From...
Let's say in production you set the log level to `info`. Then a user reports a problem and you want to change the log level to `debug` *just* for you...
It would be nice if the `LOG_LEVEL` environment variable could set the level