opentelemetry-lambda
opentelemetry-lambda copied to clipboard
`logger` logs not showing up in Lambda logs
In #138, we were trying to debug an issue related to a missing Python package when we found out that logger.<level>("log")
logs were not working as called out in this comment
Only print
statements were working. We should fix this so that future debugging is easier.
cc @wangzlei @bhautikpip
Looks like the the logging functionality is removed from the functionality, looking at the issue found some interesting resource that might help us. Please provide more detail when you get a chance if the logging needs to be added back. I would like to contribute :smiley:
I believe this is related to https://github.com/open-telemetry/opentelemetry-python/issues/2594. The fix could be to add --logs_exporter console
while we wait for the fix upstream.