mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #783] [MERGED] Allow configuring the log directory #1816
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1816
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/783
Author: @acuteenvy
Created: 7/28/2025
Status: ✅ Merged
Merged: 8/31/2025
Merged by: @aome510
Base:
master← Head:log-cfg📝 Commits (4)
a6f137aAllow configuring the log directory6cc47f4Merge remote-tracking branch 'origin/master' into log-cfgb8aa01acleanup01bc784avoid redundant change📊 Changes
2 files changed (+27 additions, -6 deletions)
View changed files
📝
spotify_player/src/config/mod.rs(+4 -0)📝
spotify_player/src/main.rs(+23 -6)📄 Description
New config option in
app.toml:log_folderThis allows the user to change the location of log and backtrace files. The default is still the same (cache directory).
When
RUST_LOGis set tooff, the log and backtrace files won't be created.Closes #774.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.