Replies: 1 comment 3 replies
-
I wouldn't recommend that indeed because that would send the logs over the HTTP API (I think), which is much slower. Not sure how to achieve what you are trying to do here to be honest. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it not possible to push log events to separate Cloudwatch log groups?
Our application currently a number of Laravel Log channels for different 3rd party integrations, etc., and we push those to their own log groups in Cloudwatch using the AWSLogs service running on the app EC2s.
In the past we tried using the AWS PHP SDK to create a custom Cloudwatch Laravel log driver to push logs directly to cloudwatch, but it couldn't keep up with the logs we were generating.
Beta Was this translation helpful? Give feedback.
All reactions