| commit | bbdf1d589fab648fdffc1e274a21de5d01b6f300 | [log] [tgz] |
|---|---|---|
| author | tao.liu <tao.liu@mobiletek.cn> | Tue Jul 26 15:18:57 2022 +0800 |
| committer | tao.liu <tao.liu@mobiletek.cn> | Tue Jul 26 15:18:57 2022 +0800 |
| tree | 69551691de85f61121561c9ec74423499761185f | |
| parent | 073f826b67cb623146fda919e520ed3b2cbf94e7 [diff] |
[Feature][T8TSK-55][Log]Example Change the syslog file size to 60 MB Change-Id: I3fdd2353664f8ba442107057db2b0d57bc8deaf2
diff --git a/meta/meta-mediatek-ivt/recipes-core/busybox/busybox/ring_buf.patch b/meta/meta-mediatek-ivt/recipes-core/busybox/busybox/ring_buf.patch index 28e8fe7..bb41e9a 100755 --- a/meta/meta-mediatek-ivt/recipes-core/busybox/busybox/ring_buf.patch +++ b/meta/meta-mediatek-ivt/recipes-core/busybox/busybox/ring_buf.patch
@@ -15,7 +15,7 @@ //umask(0); - why?? write_pidfile(CONFIG_PID_FILE_PATH "/syslogd.pid"); -+ G.logFileSize = 20*1024*1024; ++ G.logFileSize = 60*1024*1024; + G.logFileRotate = 0; + do_syslogd();