summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2009-04-27 15:35:48 -0700
committerStig Thormodsrud <stig@vyatta.com>2009-04-27 15:35:48 -0700
commit3c18274ae44a090979532ddb3e65d2f3df5ad97e (patch)
treed28c7d8ed9611eafd9889dd21a3e171e8924a7d6 /scripts
parentd34f84aeb1ae253e667fa3b2f46259b65b372f0c (diff)
downloadvyatta-cfg-firewall-3c18274ae44a090979532ddb3e65d2f3df5ad97e.tar.gz
vyatta-cfg-firewall-3c18274ae44a090979532ddb3e65d2f3df5ad97e.zip
Disable firewall debuging by default.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/firewall/vyatta-firewall.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/firewall/vyatta-firewall.pl b/scripts/firewall/vyatta-firewall.pl
index 35af722..f3ccb41 100755
--- a/scripts/firewall/vyatta-firewall.pl
+++ b/scripts/firewall/vyatta-firewall.pl
@@ -12,13 +12,13 @@ use Getopt::Long;
# Send output of shell commands to syslog for debugging and so that
# the user is not confused by it. Log at debug level, which is supressed
# by default, so that we don't unnecessarily fill up the syslog file.
-my $logger = 'logger -t firewall-cfg -p local0.warn --';
+my $logger = 'logger -t firewall-cfg -p local0.debug --';
# Enable printing debug output to stdout.
my $debug_flag = 0;
# Enable sending debug output to syslog.
-my $syslog_flag = 1;
+my $syslog_flag = 0;
my $fw_stateful_file = '/var/run/vyatta_fw_stateful';
my $fw_tree_file = '/var/run/vyatta_fw_trees';