opentelemetry-lambda icon indicating copy to clipboard operation
opentelemetry-lambda copied to clipboard

`logger` logs not showing up in Lambda logs

Open NathanielRN opened this issue 2 years ago • 2 comments

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

NathanielRN avatar Sep 09 '21 22:09 NathanielRN

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:

vasireddy99 avatar Apr 06 '22 04:04 vasireddy99

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.

NathanielRN avatar Apr 11 '22 22:04 NathanielRN