Skip to content

Commit 5c9eb79

Browse files
Improve docstring
1 parent bd7084f commit 5c9eb79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws_lambda_powertools/logging/logger.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ class Logger:
109109
custom logging handler e.g. logging.FileHandler("file.log")
110110
log_uncaught_exceptions: bool, by default False
111111
logs uncaught exception using sys.excepthook
112+
buffer_config: LoggerBufferConfig, optional
113+
logger buffer configuration
112114
113115
See: https://docs.python.org/3/library/sys.html#sys.excepthook
114116

0 commit comments

Comments
 (0)