From 9e0dad8886fc284031dd0c3801663c2ca7f897a6 Mon Sep 17 00:00:00 2001 From: Ashish Bhimanpalliwar Date: Tue, 24 Nov 2020 14:27:01 +0530 Subject: [PATCH] sm6150-common: rootdir: Increase the console log level Increase the log level to '4', which would only log KERN_ERR and lower, onto the console.Earlier it was incorrectly reduced to 3 which would only log KERN_CRIT and lower. Fixes: 06b604b6bef40abdb4b507fc13debb2146a922e1("Decrease the console log level") Change-Id: Ic87d037450dd49138c3208e1b9f844469550364b --- rootdir/etc/init.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 4d597a1..fc1e051 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -111,7 +111,7 @@ on boot # Set the console loglevel to < KERN_WARN # Set the default message loglevel to KERN_INFO - write /proc/sys/kernel/printk "3 6 1 7" + write /proc/sys/kernel/printk "4 6 1 7" # bond0 used by FST Manager chown wifi wifi /sys/class/net/bond0/bonding/queue_id