Loggb.in a logging proxy for development

I made loggbin a while back so that i could have an easier time debugging aws lambdas.

It is quite simple. Basically its a http interface to send your logs that will then be piped over a socket with a genserver tracking and expiring bins periodically. I made a module to make this setup and forwarding easier. Let me know what you think. I still use it on occasion to debug some things.