We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When setting the LOG_LEVEL=debug environment variable, the out put of a Lambda context.logger.debug(...) call should be visible on CloudWatch logs.
context.logger.debug(...)
No logs are produced.
context.logger.debug("my log message")
# SAM Template Environment: Variables: LOG_LEVEL: debug
See https://github.com/swift-server/swift-aws-lambda-runtime/tree/main/Examples/APIGateway
swift-aws-lambda-runtime
main
6.x
ALI2
The text was updated successfully, but these errors were encountered:
Fix swift-server#434
ab9343a
Ensure LOG_LEVEL is correctly picked up (#435)
23da9bf
Fix issue #434
closed by #435
Sorry, something went wrong.
No branches or pull requests
Expected behavior
When setting the LOG_LEVEL=debug environment variable, the out put of a Lambda
context.logger.debug(...)
call should be visible on CloudWatch logs.Actual behavior
No logs are produced.
Steps to reproduce
If possible, minimal yet complete reproducer code (or URL to code)
See https://github.com/swift-server/swift-aws-lambda-runtime/tree/main/Examples/APIGateway
What version of this project (
swift-aws-lambda-runtime
) are you using?main
Swift version
6.x
Amazon Linux 2 docker image version
ALI2
The text was updated successfully, but these errors were encountered: