mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-27 01:45:53 +03:00
[PR #23] [MERGED] Add a file logger #1519
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#1519
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/23
Author: @aome510
Created: 10/30/2021
Status: ✅ Merged
Merged: 10/30/2021
Merged by: @aome510
Base:
master← Head:add-file-logger📝 Commits (3)
2a81a74usetracingandtracing-subscriberfor logging25147b5use32forapp_refresh_duration_in_msfa7ef27update README to includecachessection📊 Changes
17 files changed (+175 additions, -91 deletions)
View changed files
📝
Cargo.lock(+89 -41)📝
README.md(+10 -0)📝
doc/config.md(+1 -1)📝
spotify_player/Cargo.toml(+2 -1)📝
spotify_player/src/auth.rs(+4 -4)📝
spotify_player/src/client/handlers.rs(+1 -1)📝
spotify_player/src/client/mod.rs(+9 -9)📝
spotify_player/src/client/spotify.rs(+1 -1)📝
spotify_player/src/config/keymap.rs(+1 -1)📝
spotify_player/src/config/mod.rs(+2 -2)📝
spotify_player/src/config/theme.rs(+1 -1)📝
spotify_player/src/connect.rs(+2 -2)📝
spotify_player/src/event/mod.rs(+3 -3)📝
spotify_player/src/main.rs(+43 -18)📝
spotify_player/src/state/mod.rs(+3 -3)📝
spotify_player/src/ui/mod.rs(+2 -2)📝
spotify_player/src/utils.rs(+1 -1)📄 Description
Brief description of changes
env_loggerand usetracingfor logging into a fileapp_refresh_duration_in_msto32READMEto include thecachessection🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.