Damian Velazquez Cafaro

Results 1 comments of Damian Velazquez Cafaro

Thanks fore the hint! I found this on `airbyte-commons/src/main/resources/log4j2-s3.xml` ```xml ${sys:STORAGE_BUCKET_LOG:-${env:STORAGE_BUCKET_LOG:-}} ${sys:AWS_DEFAULT_REGION:-${env:AWS_DEFAULT_REGION:-}} ``` So, it is using the `AWS_DEFAULT_REGION` value, but is not set anywhere on the guide. I added...