We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7084f commit 5c9eb79Copy full SHA for 5c9eb79
aws_lambda_powertools/logging/logger.py
@@ -109,6 +109,8 @@ class Logger:
109
custom logging handler e.g. logging.FileHandler("file.log")
110
log_uncaught_exceptions: bool, by default False
111
logs uncaught exception using sys.excepthook
112
+ buffer_config: LoggerBufferConfig, optional
113
+ logger buffer configuration
114
115
See: https://docs.python.org/3/library/sys.html#sys.excepthook
116
0 commit comments