rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
885 stars 209 forks source link

Huge log files in the home folder #154

Closed andoruB closed 7 years ago

andoruB commented 7 years ago

Initially asked this on qBittorrent's git repo, but I was told it is a libtorrent issue, so I copied the issue here too.

I get quite large log files whenever I run qBittorrent in my home folder, I've even seen some of them get as big as a few GiB. The files in question: disk_access.log, disk_buffers.log, disk_io_thread.log and (the larger of all 4) buffer_stats.log There's also a "session_stats" folder that I've tried to prevent from being created by linking it to /dev/null, but all that did is to inflate my ~/.xsession-errors... Is there any way to disable these useless logs from taking up space and causing excessive disk writing? I've tried changing various settings under Advanced, but nothing seems to rid me of the logs...

I've tried compiling libtorrent through Debian's official way (apt-get source), and added --disable-debug when configuring (rules file) and after that I recompiled qBittorrent, but those logs still show up...

chros73 commented 7 years ago

Doesn't qBittorent use the other libtorrent project?

andoruB commented 7 years ago

Whoops! Didn't pay close attention to the repo description... Sorry about that. Thanks for the quick answer!