empty log files

General support for problems installing or using Deluge
Post Reply
guigui357
New User
New User
Posts: 9
Joined: Thu Jan 15, 2009 9:12 pm

empty log files

Post by guigui357 »

Hi,

i've upgraded to 1.1.0 and now my log files are empty

For months i use deluge in daemon mode, started by an init script that does

Code: Select all

DAEMON="/usr/bin/deluged"
CLIENT="/usr/bin/deluge"
USER="deluge"

echo -n "Starting $NAME"
start-stop-daemon --start --exec $DAEMON --oknodo --chuid $USER --umask 0007
start-stop-daemon --start --oknodo --chuid $USER --umask 0007 --background --exec "$CLIENT" -- -u web -l deluge-webui.log
echo "."
and since the update deluge-webui.log and deluged.log are empty (but strangely the modification time of these files changes)

I tried starting deluged with

Code: Select all

start-stop-daemon --start --exec $DAEMON --oknodo --chuid $USER --umask 0007 -- -l /var/lib/deluge/.config/deluge/deluged.conf -L debug
which gives me debug information in my console, but not in my log file. I'm missing something ?

Thanks
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: empty log files

Post by andar »

This is a bug and I have just fixed it in svn. You should see the fix in 1.1.1.
Post Reply