From 912f05a194d87db8bcfdb77495a116cbec0a69fc Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Thu, 9 Apr 2009 11:38:24 -0700 Subject: Bugfix 4272: Set log level to "notice" so messages are logged by default. --- scripts/vyatta-config-loader.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-config-loader.pl b/scripts/vyatta-config-loader.pl index 635ae37..35ca145 100755 --- a/scripts/vyatta-config-loader.pl +++ b/scripts/vyatta-config-loader.pl @@ -29,7 +29,7 @@ use Vyatta::ConfigLoad; umask 0002; if (!open(OLDOUT, ">&STDOUT") || !open(OLDERR, ">&STDERR") - || !open(STDOUT, "|/usr/bin/logger -t config-loader -p local0.debug") + || !open(STDOUT, "|/usr/bin/logger -t config-loader -p local0.notice") || !open(STDERR, ">&STDOUT")) { print STDERR "Cannot dup STDOUT/STDERR: $!\n"; exit 1; -- cgit v1.2.3