|
|
|
|
|
by peu4000
2486 days ago
|
|
We're in the middle of a cloud migration, but in our dockerized environment we're sending logs directly from stdout to cloudwatch using Docker's cloudwatch plugin. In our legacy environment we're writing to files and sending them up to cloudwatch using awslogs. Cloudwatch is kind of ass for logging, but they added insights somewhat recently; it upgraded cloudwatch logs from being unusable to just being a pain in the ass to use. This works for us so far because it's super simple and we don't have a major need for log analytics, just the occasional production debugging session. I did a PoC for fluentd + logdna/logz/etc and that also seemed to work pretty well. |
|