Thomas Grainger
Thomas Grainger
@muuki88 I'll be moving the project to https://scamandrill.github.io/scamandrill/
@dzsessona I use this library in production, and have started setting up a fork at https://scamandrill.github.io/scamandrill/
@dzsessona that is the plan
@muuki88 @mdedetrich I've published io.github.scamandrill samandrill 1.2.1 just add ``` sbt resolvers += Resolver.jcenterRepo libraryDependencies ++= Seq( "io.github.scamandrill" %% "scamandrill" % "1.2.1", ) ```
I've fixed this by allowing a debug function to be passed in
I mean like officially rather than a fork
This fixes #8
I think it's best to use a file appender and then use fluentd to send all your logs in one go.
@pierredavidbelanger I just pull fluentd out of their ppa in a docker container, then mount the logs directories of the other containers
@j256 I think it's best to use a file appender and then use fluentd to send all your logs in one go.