You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using watchtower (v1.0.6) to send some logs into CloudWatch Logs and it works well. In development, we use localstack to be able to use this feature locally. It works by setting an endpoint_url parameter when creating various boto3 objects.
Since v2.0.0, this feature got removed, it was introduced in #114.
Is it an overlook that happened in the refactoring, or is it wanted behavior not to support custom CloudWatch Logs implementations?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
We've been using watchtower (v1.0.6) to send some logs into CloudWatch Logs and it works well. In development, we use localstack to be able to use this feature locally. It works by setting an
endpoint_url
parameter when creating various boto3 objects.Since v2.0.0, this feature got removed, it was introduced in #114.
Is it an overlook that happened in the refactoring, or is it wanted behavior not to support custom CloudWatch Logs implementations?
Thanks.
The text was updated successfully, but these errors were encountered: