Skip to content

Conversation

@acuteenvy
Copy link
Contributor

New config option in app.toml: log_folder
This allows the user to change the location of log and backtrace files. The default is still the same (cache directory).

When RUST_LOG is set to off, the log and backtrace files won't be created.

Closes #774.

New config option in app.toml: log_folder
This allows the user to change the location of log and backtrace files.
The default is still the same (cache directory).

When RUST_LOG is set to 'off', the log and backtrace files won't be
created.
@acuteenvy
Copy link
Contributor Author

Could the default log directory be changed to something like $XDG_RUNTIME_DIR/spotify-player? There's no use for old log files in the cache.

@aome510 aome510 merged commit 49822a1 into aome510:master Aug 31, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable or change the location of log files

2 participants