Closed chshersh closed 6 years ago
Now we have HowTo.md
with example of how to configure logging system and replace your putStrLn
with logInfo
. But this is not the whole tutorial. Here I will outline remaining parts:
log-warper
in your project: resolved in PR #58 log-warper
In this message I will describe in more details what should be covered in above sections. This list might not be complete though...
log-warper
provides next features:
Set
of severities..yaml
file.LoggerConfig
using monoidal builders and lenses.N
megabytes of logs from in-memory cache.stderr
?Error
messages for my logger?ThreadId
inside log message?Info
and higher?forkIO
?.yaml
file?
Current README doesn't explains how to use
log-warper
which is bad. This README should be written. Too much effort was put intolog-warper
. So we must try to make this library more production-ready.