mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #35] [MERGED] Improve application logging #1531
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#1531
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/35
Author: @aome510
Created: 5/13/2022
Status: ✅ Merged
Merged: 5/14/2022
Merged by: @aome510
Base:
master← Head:22-05-12/var-impr📝 Commits (8)
0f5254bspecify default log to crate-specificfe9728dupdate log messages7e224a3make the "open config file" error more clear9d3711cuseerrorinstead ofwarnfor logging8e9daf3add more contexte381671make log file based on time78488e8replace someerror!bywarn!29174bdrefactor error handling inuimodule📊 Changes
11 files changed (+71 additions, -60 deletions)
View changed files
📝
spotify_player/src/auth.rs(+2 -2)📝
spotify_player/src/client/handlers.rs(+4 -5)📝
spotify_player/src/client/mod.rs(+3 -8)📝
spotify_player/src/client/spotify.rs(+1 -1)📝
spotify_player/src/config/keymap.rs(+3 -3)📝
spotify_player/src/config/mod.rs(+3 -3)📝
spotify_player/src/config/theme.rs(+3 -3)📝
spotify_player/src/event/mod.rs(+1 -1)📝
spotify_player/src/main.rs(+28 -16)📝
spotify_player/src/spirc.rs(+2 -2)📝
spotify_player/src/ui/mod.rs(+21 -16)📄 Description
Brief description of changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.