empty log files
Posted: Thu Jan 15, 2009 9:57 pm
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
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
which gives me debug information in my console, but not in my log file. I'm missing something ?
Thanks
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 "."
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
Thanks