Set RuTorrent's Autotools plugin in debug mode
Create this file if you want to set RuTorrent's Autotools plugin in debug mode
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;