don't ignore custom logfile location
authorMatthias Förste <foerste@schlittermann.de>
Tue, 13 Jan 2015 09:45:57 +0100
changeset 97 fdc9e4dd17f6
parent 96 7d68dc0d6b45
child 98 56f22873b2cb
don't ignore custom logfile location
log.pl
--- a/log.pl	Tue Jan 06 11:56:20 2015 +0100
+++ b/log.pl	Tue Jan 13 09:45:57 2015 +0100
@@ -67,7 +67,7 @@
 package config {
     # default values if not set in the config file
     our $db //= 1;
-    our $logfile = "/root/LOG.$NODENAME";
+    our $logfile //= "/root/LOG.$NODENAME";
 }
 
 my $opt_db      = $config::db;