Command line tool to dump stdin to Logentries
The motivation behind this tool - https://medium.com/coding-and-deploying-in-the-cloud/simple-logging-to-logentries-from-a-docker-container-d3609073db30
go get github.com/bsphere/lecat
go install github.com/bsphere/lecat
Add a new manual TCP token log at logentries.com and copy the token.
Usage examples:
tail -F /var/log/some_logfile.log | lecat -token <logentries_token> -level <optional_log_level>