timbre

kwrooijen 2020-07-14T20:42:59.017900Z

Hi, I wrote an appender for logdna, which communicates with an HTTP API. Currently whenever I receive a log event I simply send the post request with http-kit. This all works, but I doubt this will be very performant on high load. The API also supports batching logs, and I was wondering if Timbre has any built-in support for batching / queueing? Or would I have to implement that myself?

kwrooijen 2020-07-15T09:22:05.018200Z

All right, thanks