commit | 50ba839a2ee314b06b21273ff4a4a9456baef6d2 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu Aug 23 09:11:36 2018 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 27 19:31:20 2018 -0400 |
tree | f05108a3d45b8e401ddcb1aabd30495c7c826045 | |
parent | 5dd2a7c441ef208521aadc57b90031a0c040e24b [diff] |
Increase witherspoon host console log to 256K The host team has requested a bump in their allocated log size. Appears as if witherspoon has the filesystem space to spare so bump up from the default of 16K to 256K. Testing: Loaded on system and caused a lot of traffic in host console and verified /var/log/obmc-console.log did not grow beyond 256K and properly wrapped. Change-Id: Id8948b84c7e8e8354c2c118cae056ff270b8739e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-witherspoon/recipes-phosphor/console/obmc-console/obmc-console.conf b/meta-witherspoon/recipes-phosphor/console/obmc-console/obmc-console.conf index a5ba3f3..638ae7e 100644 --- a/meta-witherspoon/recipes-phosphor/console/obmc-console/obmc-console.conf +++ b/meta-witherspoon/recipes-phosphor/console/obmc-console/obmc-console.conf
@@ -2,3 +2,4 @@ sirq = 4 local-tty = ttyS0 local-tty-baud = 115200 +logsize = 256k