Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I don't have a logfile for qBittorrent-nox? #6033

Closed
DanMossa opened this issue Dec 12, 2016 · 5 comments
Closed

I don't have a logfile for qBittorrent-nox? #6033

DanMossa opened this issue Dec 12, 2016 · 5 comments
Labels
Not an issue User error, problem unrelated to qBittorrent, feature already implemented, etc

Comments

@DanMossa
Copy link

Hey guys! I'm running a Ubuntu Server 64bit with qBittorrent-nox.

I'm currently having an issue where my files aren't being downloaded regardless of the fact there's plenty of seeders and it worked before.

I'm trying to figure out what the issue is so I've been looking for a log file and I don't seem to have one.

I don't see anything that would be the log file under /var/log/ on my ubuntu server.

Any ideas?

@thalieht
Copy link
Contributor

thalieht commented Dec 12, 2016

Did you try ~/.local/share/data/qBittorrent/ ? That's the default equivalent in windows. If it's not there you'll need to add/change some lines in your ~/.config/qBittorrent/qBittorrent.conf

[Application]
FileLogger\Enabled=true
FileLogger\Age=6
FileLogger\DeleteOld=true
FileLogger\Backup=true
FileLogger\AgeType=1
FileLogger\Path=path/to/log/folder/of/your/choice
FileLogger\MaxSize=10

Explanation:
FileLogger\Backup= backup the log file when it becomes bigger than FileLogger\MaxSize= x MB

FileLogger\DeleteOld= delete the backup logs after FileLogger\Age= 6 FileLogger\AgeType= x where x can be 0=days, 1=months, 2=years

@WolfganP
Copy link

Quick question as I don't see the [Application] section in my .conf file. Were the FileLogger options migrated to [Preferences] or should I add them to [Application] as stated?

@thalieht
Copy link
Contributor

thalieht commented Oct 29, 2018

It's still [Application]

#define SETTINGS_KEY(name) "Application/" name

@MichaIng
Copy link

MichaIng commented Jul 15, 2020

Another quick question. Does MaxSize still work to take the max size in MiB? Since application.cpp contains MaxSizeBytes only now. On which version did this change?

Just found the commit which shows that it changed with 4.1.0: 024df8c
I'm just wondering if there is some backwards compatibility or option migration for the old one?

@FranciscoPombal
Copy link
Member

@MichaIng

Unfortunately, I don't think was ever any backwards compatibility set up in place to handle that.

@FranciscoPombal FranciscoPombal added the Not an issue User error, problem unrelated to qBittorrent, feature already implemented, etc label Jul 16, 2020
@qbittorrent qbittorrent locked as resolved and limited conversation to collaborators Jul 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Not an issue User error, problem unrelated to qBittorrent, feature already implemented, etc
Projects
None yet
Development

No branches or pull requests

5 participants