Fork me on GitHub
#off-topic
<
2016-08-17
>
verma20:08:20

what logging service do you generally prefer using? I have to deploy an app onto AWS and was wondering what people here generally prefer

verma20:08:38

I am using timbre, so most likely would configure an appender for that

jakemcc21:08:49

@verma: its not amazing, but currently just using AWS cloud watch for log aggregation, searching, and basic data extraction

verma21:08:33

jakemcc: I was considering that, but seems like my docker images would need additional configuration to get it to work, you by any chance using it with ECS?

jakemcc21:08:25

@verma: yes, but using ECS through EB. Was able to get it configured through some configuration of EB extensions.

verma21:08:02

good to know, thanks jakemcc

jakemcc21:08:15

there is also http://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html now. That wasn’t available when I set this up

verma21:08:27

taking a look ..

dpsutton22:08:13

anyone know if there's a strange loop slack coming around?

podviaznikov23:08:07

@verma: I just recently tried https://github.com/segmentio/stack - which is set of terraform modules. You basically can setup ECS cluster with load balancer and with automatic logs to cloudwatch

verma23:08:49

@podviaznikov: nice! going to check it out