yawaramin / re-web

Experimental web framework for ReasonML & OCaml
https://yawaramin.github.io/re-web/re-web/index.html
MIT License
261 stars 8 forks source link

Use logging framework #15

Open yawaramin opened 4 years ago

yawaramin commented 4 years ago

Most likely logs since it's already in the transitive deps.

tcoopman commented 4 years ago

It might be worth checking out timber as well?

tcoopman commented 4 years ago

it would be great if the logging could be configured to export each log line as json. That would make it a lot easier to parse that data with log aggregaters.