From f51aac032c7297e85dca8ad3499620700a9c3603 Mon Sep 17 00:00:00 2001 From: josch Date: Thu, 3 Apr 2008 12:52:49 +0000 Subject: [PATCH] removed logging git-svn-id: http://yolanda.mister-muffin.de/svn@265 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/tools/daemon.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/tools/daemon.pl b/trunk/tools/daemon.pl index 496d4b0..406402b 100755 --- a/trunk/tools/daemon.pl +++ b/trunk/tools/daemon.pl @@ -15,7 +15,7 @@ $root = '/var/www/yolanda'; #TODO: deamonize by uncommenting this line #Proc::Daemon::Init; -$LOG = "$root/daemon.log"; +$LOG = "/dev/null"; #TODO: maybe keep file open the whole time ?