aws-auto-remediate icon indicating copy to clipboard operation
aws-auto-remediate copied to clipboard

SNS logging seems to interfere with console logging

Open mlevit opened this issue 5 years ago • 1 comments

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 avatar May 08 '19 21:05 mlevit

Tried to fix this but still having the same error on branch https://github.com/servian/aws-auto-remediate/tree/logging-refactor

mlevit avatar May 25 '19 00:05 mlevit