diff options
| author | Stig Thormodsrud <stig@vyatta.com> | 2009-04-27 15:35:48 -0700 |
|---|---|---|
| committer | Stig Thormodsrud <stig@vyatta.com> | 2009-04-27 15:35:48 -0700 |
| commit | 3c18274ae44a090979532ddb3e65d2f3df5ad97e (patch) | |
| tree | d28c7d8ed9611eafd9889dd21a3e171e8924a7d6 /scripts | |
| parent | d34f84aeb1ae253e667fa3b2f46259b65b372f0c (diff) | |
| download | vyatta-cfg-firewall-3c18274ae44a090979532ddb3e65d2f3df5ad97e.tar.gz vyatta-cfg-firewall-3c18274ae44a090979532ddb3e65d2f3df5ad97e.zip | |
Disable firewall debuging by default.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/firewall/vyatta-firewall.pl | 4 |
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'; |
