You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
@jihygk I tried implementing this but unfortunately it prints and entire stack trace (which dirties up the logs) which is what I got around by only taking the second tupple sys.exc_info()[1]. You can override the behaviour by implementing formatException(exc_info) but it's more complex.
https://docs.python.org/3/library/logging.html#logging.Logger.debug
Instead of, for example,
https://github.com/servian/aws-auto-remediate/blob/b4ea0b0938d358b607716285b0ba641127d954ed/auto_remediate/lambda_handler.py#L163-L167
The following achieves the same:
The text was updated successfully, but these errors were encountered: