From cc7e4c047f910dc7c86ed2df3408a583dc3a30b6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 27 Aug 2001 17:03:20 +0000 Subject: set default loglevel to 3, not 1 --- sysconfig/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig/init') diff --git a/sysconfig/init b/sysconfig/init index 77e7520d..7a1432be 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -16,6 +16,6 @@ SETCOLOR_WARNING="echo -en \\033[1;33m" # terminal sequence to reset to the default color. SETCOLOR_NORMAL="echo -en \\033[0;39m" # default kernel loglevel on boot (syslog will reset this) -LOGLEVEL=1 +LOGLEVEL=3 # Set to anything other than 'no' to allow hotkey interactive startup... PROMPT=yes -- cgit v1.2.1