Set RuTorrent's Autotools plugin in debug mode

Create this file if you want to set RuTorrent's Autotools plugin in debug mode

Set RuTorrent's Autotools plugin in debug mode

If the Autotools plugin in ruTorrent is not behaving the way you expect, turning on its debug output is the fastest way to see what it is actually doing.

Create ./data/rutorrent/plugins-conf/autotools.php configuration to adjust some settings and enable debug:

<?php 

// set interval for schedule command in seconds 
$autowatch_interval = 15; 

// set "true" to enable debug output 
$autodebug_enabled = true;

Restart the container after saving the file and check the plugin logs, the extra output usually points straight at the setting that is misbehaving.

Looking for help?
If you are looking for some help or want a quick chat, please head over to the Discord Community!