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.
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.