May I know how to turn off DEBUG logging for AWS Lambda Function? My lambda function is a small spring boot application. Currently, it is generating a lot of debug log messages, particularly, "DEBUG org.apache.http.wire". Can I turn this off? May I know how?
Thanks, Ramesh.