deluged - A BitTorrent client daemon
Deluge utilizes a client/server model, with deluged being
the daemon process and deluge being used to launch a
user-interface.
By default deluged will run as a background daemon, use the
-d option to run process in foreground.
- -l file, --logfile=file
- Output to specified logfile instead of stdout
- -L loglevel, --loglevel=loglevel
- Set the log level (default is error): none, info, warning, error,
debug
- -q, --quiet
- Sets the log level to none, same as -L none
- --logrotate[=max-size]
- Enable logfile rotation, with optional maximum logfile size, default: 2M
(Logfile rotation count is 5)
- --profile[=file]
- Profile with cProfile. Outputs to stdout unless a filename is specified
Deluge Team: http://www.deluge-torrent.org