]> git.proxmox.com Git - pve-firewall.git/commitdiff
avoid logs by default
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 19 May 2014 07:20:18 +0000 (09:20 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 19 May 2014 07:20:18 +0000 (09:20 +0200)
Log files can grow really large, so we want to avoid them by default.

src/PVE/Firewall.pm

index e230f96af068b12643bd85da950b954ce88709f9..73005ab7bced11f6d5bb37b4de3066e7fecc87ed 100644 (file)
@@ -99,7 +99,7 @@ my $nodename = PVE::INotify::nodename();
 
 my $pve_fw_lock_filename = "/var/lock/pvefw.lck";
 
 
 my $pve_fw_lock_filename = "/var/lock/pvefw.lck";
 
-my $default_log_level = 'info';
+my $default_log_level = 'nolog'; # avoid logs by default
 
 my $log_level_hash = {
     debug => 7,
 
 my $log_level_hash = {
     debug => 7,