Skip to content

Commit feaea2b

Browse files
Chaging the max size
1 parent b1d81b5 commit feaea2b

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/logging/buffer

1 file changed

+1
-1
lines changed

aws_lambda_powertools/logging/buffer/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class LoggerBufferConfig:
1414

1515
def __init__(
1616
self,
17-
max_size: int = 10240,
17+
max_size: int = 20480,
1818
minimum_log_level: LOG_LEVEL_BUFFER_VALUES = "DEBUG",
1919
flush_on_error: bool = True,
2020
compress: bool = False,

0 commit comments

Comments
 (0)