logging: increase the maximum value of LOG_BUFFER_SIZE

Increase the maximum value of LOG_BUFFER_SIZE from 64 KB to 1 MB
to accommodate varying device requirements.

Signed-off-by: Jungo Lin <jungolin.tw@gmail.com>
This commit is contained in:
Jungo Lin 2024-12-08 15:39:14 +08:00 committed by Benjamin Cabé
commit 7019abb820

View file

@ -122,7 +122,7 @@ endif # LOG_PROCESS_THREAD
config LOG_BUFFER_SIZE config LOG_BUFFER_SIZE
int "Number of bytes dedicated for the logger internal buffer" int "Number of bytes dedicated for the logger internal buffer"
default 1024 default 1024
range 128 65536 range 128 1048576
help help
Number of bytes dedicated for the logger internal buffer. Number of bytes dedicated for the logger internal buffer.