mirror of
https://github.com/TheTedLab/SpotiStats.git
synced 2026-04-26 08:05:55 +03:00
[PR #25] [MERGED] Add logging to modules #26
Labels
No labels
enhancement
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiStats#26
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/TheTedLab/SpotiStats/pull/25
Author: @TheTedLab
Created: 5/5/2024
Status: ✅ Merged
Merged: 5/5/2024
Merged by: @TheTedLab
Base:
dev← Head:logging📝 Commits (2)
7a57d8fAdd logging to modulesd9ae056Update requirements📊 Changes
9 files changed (+2284 additions, -88 deletions)
View changed files
➕
loguru-config.yaml(+30 -0)📝
requirements.txt(+2 -0)📝
src/aggregator/aggregator.py(+93 -82)➕
src/aggregator/app.py(+30 -0)📝
src/aggregator/artist_aggregate.py(+10 -6)➕
src/aggregator/resources/artists-ids-list-low.json(+327 -0)➕
src/aggregator/resources/artists/artist-6U1lmwvy3I9dIYu9RalJi6.json(+1774 -0)➕
src/aggregator/resources/spotify-followed-artists-low.json(+16 -0)📝
tests/.coveragerc(+2 -0)📄 Description
Add logging via loguru with config yaml file
Change prints to logger calls
Add app.py main application module for start and logging
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.