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
Copy file name to clipboardExpand all lines: docs/core/logger.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,8 @@ Use `logger.exception` method to log contextual information about exceptions. Lo
293
293
294
294
#### Uncaught exceptions
295
295
296
+
!!! warning "CAUTION: some users reported a problem that causes this functionality not to work in the Lambda runtime. We recommend that you don't use this feature for the time being."
297
+
296
298
Logger can optionally log uncaught exceptions by setting `log_uncaught_exceptions=True` at initialization.
297
299
298
300
!!! info "Logger will replace any exception hook previously registered via [sys.excepthook](https://docs.python.org/3/library/sys.html#sys.excepthook){target='_blank'}."
0 commit comments