From 89c4f0305a4e45fe11fe2abaaf3abcd83a536073 Mon Sep 17 00:00:00 2001 From: bjo Date: Thu, 4 Aug 2011 04:15:53 +0000 Subject: [PATCH] configurator-errorlevel set to 0, we don't want to flood the flash --- root_file_system/default/etc/config/configurator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root_file_system/default/etc/config/configurator b/root_file_system/default/etc/config/configurator index 1c3c7bf..d663bca 100644 --- a/root_file_system/default/etc/config/configurator +++ b/root_file_system/default/etc/config/configurator @@ -1,6 +1,6 @@ config 'script' - option 'error_level' '2' + option 'error_level' '0' option 'logfile' '/var/log/configurator.log' option 'version' '1' option 'sync_hostname' '1'