jokade / slogging

A Typesafe-logging (and slf4j) compatible logging library based on macros for Scala/JVM, Scala.js, and Scala Native
MIT License
50 stars 11 forks source link

HttpLoggerFactory should use content type application/json #22

Closed maekl closed 7 years ago

maekl commented 7 years ago

It currently uses text/html but should probably use application/json

I'll prepare a PR if this is the desired behaviour