SPEC-2970: Improove logging size 50/23050/1
authorCorentin LABBE <clabbe@baylibre.com>
Tue, 26 Nov 2019 09:07:37 +0000 (10:07 +0100)
committerCorentin LABBE <clabbe@baylibre.com>
Tue, 26 Nov 2019 09:33:15 +0000 (10:33 +0100)
When TERM is dump, the width of logging is cropped at 80columns which
made debugging harder.
This patchs increase columns size to 1000.

Bug-AGL: SPEC-2970
Change-Id: Ia70136b6aa6242362b1286631ae4b00ab567ae2e
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
common/scripts/application-lifecycle.sh
common/scripts/service-check-gfx.sh
common/scripts/service-check-nogfx.sh

index 13fed05..998391d 100755 (executable)
@@ -3,6 +3,7 @@
 set -x
 
 export TERM=dumb
+export COLUMNS=1000
 
 AGLDRIVER=agl-driver
 
index 825ed7a..e4804e3 100755 (executable)
@@ -2,6 +2,7 @@
 
 export LANG=C
 export TERM=dumb
+export COLUMNS=1000
 
 while getopts ":b:d:" option; do
     case "${option}" in
index 6515377..a584e4e 100755 (executable)
@@ -2,6 +2,7 @@
 
 export LANG=C
 export TERM=dumb
+export COLUMNS=1000
 
 REQUIREDSOCKETS="dbus.socket security-manager.socket"
 REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service bluetooth.service"