Is your feature request related to a problem? If yes, please describe.
Lambda function configuration now allows setting log level and switch between plain text and JSON logging. But unfortunately it's not currently being handled by the federation connectors. If I configure JSON logging, only Lambda runtime picks up that configuration. The connector still logs in plain text.
Describe the solution you'd like
Update Log4j2 configuration for all connectors according to the AWS guide.
Is your feature request related to a problem? If yes, please describe.
Lambda function configuration now allows setting log level and switch between plain text and JSON logging. But unfortunately it's not currently being handled by the federation connectors. If I configure JSON logging, only Lambda runtime picks up that configuration. The connector still logs in plain text.
Describe the solution you'd like
Update Log4j2 configuration for all connectors according to the AWS guide.
For example, the logging configuration for Athena connector should be changed to:
Describe alternatives you've considered N/A
Additional context N/A