Fork me on GitHub
#timbre
<
2020-07-14
>
Kevin20:07:59

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?

tanzoniteblack00:07:44

I'm not aware of any built in approach

Kevin09:07:05

All right, thanks