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
First off, thanks for this library. I'm playing around and it looks really nice.
But I have a question. It seems that watchtower requires the aws_region. Would it be possible
to specify the region via the logging yaml file from the example: https://github.com/kislyuk/watchtower#examples-python-logging-config
Why not adding such a region property into the logging profile?
I would like to not add another config file, where there is already an appropriate (e.g. logging.yaml).
@dibog from my experience adding it to the lib initialization breaks some nice features such as boto auto-config inside ec2 instance.
As a workaround, you can use the AWS_DEFAULT_REGION environment variable.
First off, thanks for this library. I'm playing around and it looks really nice.
But I have a question. It seems that watchtower requires the aws_region. Would it be possible
to specify the region via the logging yaml file from the example: https://github.com/kislyuk/watchtower#examples-python-logging-config
Something like:
I know that you can specify the region via the boto3.client. But I would like to keep my main program free form
such "logging details".
Thanks!
The text was updated successfully, but these errors were encountered: