summaryrefslogtreecommitdiff
path: root/Biz/Log.hs
AgeCommit message (Collapse)Author
2021-02-23Add Biz.Log middleware that works with systemdBen Sima
Perhaps this is not as performant as the wai-provided one, but it is *much* simpler and follows my output format, which I think is much easier to quickly read. Anyway I doubt logging will ever be a bottleneck, and if it is then I should be able to create some instrument to detect that.
2021-02-17Add boolean and logging pipeline operatorsBen Sima
2021-02-05Add Log.mark and convert some putTexts into Log.infosBen Sima
2021-01-26Create Biz.Log library, extracted from Biz.BildBen Sima