Code: Select all
qwerty@Jerb:~$ deluged -d -L debug
[INFO ] 16:49:30 daemon:36 Deluge daemon 1.1.0
[DEBUG ] 16:49:30 daemon:37 options: {'loglevel': 'debug', 'quiet': False, 'logfile': None, 'config': None, 'port': None, 'pidfile': None, 'donot': True}
[DEBUG ] 16:49:30 daemon:38 args: []
[DEBUG ] 16:49:31 core:79 Core init..
[DEBUG ] 16:49:31 component:94 Registered Core with ComponentRegistry..
[DEBUG ] 16:49:31 component:94 Registered PreferencesManager with ComponentRegistry..
[DEBUG ] 16:49:31 configmanager:79 Getting config 'core.conf'
[WARNING ] 16:49:31 config:242 Unable to load config file: /home/qwerty/.config/deluge/core.conf
[DEBUG ] 16:49:31 config:244 Config /home/qwerty/.config/deluge/core.conf loaded: {'info_sent': 0.0, 'lsd': True, 'max_download_speed': -1.0, 'send_info': False, 'torrentfiles_location': '/home/qwerty', 'state_location': '/home/qwerty/.config/deluge/state', 'stop_seed_at_ratio': False, 'max_active_limit': 8, 'enc_in_policy': 1, 'queue_new_to_top': False, 'ignore_limits_on_local_network': True, 'rate_limit_ip_overhead': True, 'peer_tos': '0x00', 'daemon_port': 58846, 'natpmp': True, 'autoadd_enable': False, 'upnp': True, 'utpex': True, 'max_download_speed_per_torrent': -1, 'max_active_seeding': 5, 'allow_remote': False, 'outgoing_ports': [0, 0], 'max_half_open_connections': 50, 'enabled_plugins': [], 'plugins_location': '/home/qwerty/.config/deluge/plugins', 'download_location': '/home/qwerty', 'compact_allocation': False, 'max_upload_speed': -1.0, 'max_connections_global': 200, 'enc_prefer_rc4': True, 'listen_ports': [6881, 6891], 'dht': True, 'move_completed_path': '/home/qwerty', 'stop_seed_ratio': 2.0, 'max_active_downloading': 3, 'prioritize_first_last_pieces': False, 'max_upload_speed_per_torrent': -1, 'auto_managed': True, 'enc_level': 2, 'copy_torrent_file': False, 'max_connections_per_second': 20, 'max_connections_per_torrent': -1, 'move_completed': False, 'proxies': {'peer': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'web_seed': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'tracker': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'dht': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}}, 'dont_count_slow_torrents': False, 'add_paused': False, 'random_outgoing_ports': True, 'max_upload_slots_per_torrent': -1, 'new_release_check': True, 'enc_out_policy': 1, 'seed_time_ratio_limit': 7.0, 'remove_seed_at_ratio': False, 'autoadd_location': '/home/qwerty', 'max_upload_slots_global': 4, 'config_location': '/home/qwerty/.config/deluge', 'seed_time_limit': 180, 'share_ratio_limit': 2.0, 'random_port': True}
[DEBUG ] 16:49:31 configmanager:79 Getting config 'core.conf'
[INFO ] 16:49:31 core:98 Starting XMLRPC server on port 58846
[INFO ] 16:49:31 core:104 Daemon already running or port not available..
By the way, that command didn't generate a log file, but I figured you just needed the output, so that was from a console.