Add setting to increase logging verbosity (#354)

Adds a toggle to increase the verbosity of the app logs for
release/production builds

Most users won't need to use this, but it can be helpful when [gathering
app
logs](https://github.com/damontecres/Wholphin/wiki/Gathering-app-logs)
to report an issue.
This commit is contained in:
damontecres 2025-11-30 17:27:41 -05:00 committed by GitHub
parent a320875af6
commit eca3268a7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 65 additions and 0 deletions

View file

@ -144,4 +144,5 @@ message AppPreferences {
bool auto_check_for_updates = 6;
string update_url = 7;
bool send_crash_reports = 8;
bool debug_logging = 9;
}