rutorrent logging

peshua19

Member
May 25, 2018
897
0
16
Hey is there anything more to do to get rutorrent to log? I put
Code:
$log_file = '/var/log/rutorrent.log';in my /var/www/rutorrent/conf/config.php but nothing ever shows up there. rutorrent.log is chowned to www-data and chmodded 666, so even if it weren't it should be able to be written to. I su'd over to www-data and did "echo test >> /var/log/rutorrent.log" and "test" was in it.

... but I don't get ANYTHING else. I would assume things like Autotools and Unpack would write to it... am I just wrong about that? Is there a surefire way to test the logging?

Thanks, keep up the awesomeness.
 

dsouvik215

Member
May 25, 2018
896
0
16
ruTorrent's log is used for
1) Error's messages.
2) Plugin's diagnostic messages. If you want to see diagnostic messages then you must turn on corresponding variable in the plugin's conf.php.