This bug was fixed in the package lxc-android-config - 0.213 --------------- lxc-android-config (0.213) vivid; urgency=medium
* Increase log size for syslog, useful for debugging (LP: #1410937) -- Ricardo Salveti de Araujo <ricardo.salv...@canonical.com> Wed, 14 Jan 2015 17:46:18 -0200 ** Changed in: lxc-android-config (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc-android-config in Ubuntu. https://bugs.launchpad.net/bugs/1410937 Title: logrotate limit of 10mb for /var/log/syslog is not so useful for debugging Status in the base for Ubuntu mobile products: Confirmed Status in lxc-android-config package in Ubuntu: Fix Released Status in lxc-android-config package in Ubuntu RTM: New Bug description: current build number: 194 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2015-01-14 14:01:42 version version: 194 version ubuntu: 20150114 version device: 20150113-2a2e4c5 version custom: 20150112-494-23-173 /var/log/syslog { # don't use time based rotation, but size-based size 10M # do not keep old files at all rotate 0 # don't use compression nocompress postrotate service rsyslog reload >/dev/null 2>&1 || true endscript } Only 10MB makes it harder to debug as sometimes we need a bit more data in order to get useful results from the debug log. One example is looking for suspend failures, since we can't really go back much in time when investigating syslog. 20MB would already be enough for now. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1410937/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp