SNS logging seems to interfere with console logging
mlevit opened this issue · 1 comments
mlevit commented
Extending the Python logging interface and allowing all logs to be pushed to an SNS Topic seems to sometimes cause the console logs to not show up. For now, SNS logging has been disabled inside the lambda_handler
function within auto-remediate
.
More investigation/testing needs to occur to understand the problem (if any).
mlevit commented
Tried to fix this but still having the same error on branch https://github.com/servian/aws-auto-remediate/tree/logging-refactor