removed logging
git-svn-id: http://yolanda.mister-muffin.de/svn@265 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
d97a6c432f
commit
f51aac032c
1 changed files with 1 additions and 1 deletions
|
@ -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 ?
|
||||
|
|
Loading…
Reference in a new issue