Laharah / deluge-FileBotTool

A plugin to integrate simple FileBot functionality into Deluge
GNU General Public License v3.0
114 stars 10 forks source link

Can you tell me where can I see deluge's log files? #49

Closed ma3252788 closed 3 years ago

ma3252788 commented 3 years ago

mac OS10.15.3

Laharah commented 3 years ago

Deluge doesn't keep log files by default, you have to run deluge with the -l option.

On OSX you can run deluge with logs enabled by opening up a terminal and running this:

/Applications/Deluge.app/Contents/MacOS/Deluge -L debug -l ~/Desktop/deluge.log

Here the -L flag sets the log level to debug, meaning as many events as possible are logged (filebottool does most of it's logging at this level) and -l tells deluge to write the log file to a file on the desktop called deluge.log.