[PR #26] [MERGED] Dev edition merge [Logging] #25

Closed
opened 2026-02-28 15:18:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheTedLab/SpotiStats/pull/26
Author: @TheTedLab
Created: 5/5/2024
Status: Merged
Merged: 5/5/2024
Merged by: @TheTedLab

Base: mainHead: dev


📝 Commits (3)

📊 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
Add loguru and loguru-config libraries


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheTedLab/SpotiStats/pull/26 **Author:** [@TheTedLab](https://github.com/TheTedLab) **Created:** 5/5/2024 **Status:** ✅ Merged **Merged:** 5/5/2024 **Merged by:** [@TheTedLab](https://github.com/TheTedLab) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`7a57d8f`](https://github.com/TheTedLab/SpotiStats/commit/7a57d8f6f09bd8e466d04a29ca3bf19221a4c5f0) Add logging to modules - [`d9ae056`](https://github.com/TheTedLab/SpotiStats/commit/d9ae0567c50210a9800849738d61ddd02b06c438) Update requirements - [`6254d87`](https://github.com/TheTedLab/SpotiStats/commit/6254d8706ec281fb9640005499dd0de4212d971c) Merge pull request #25 from TheTedLab/logging ### 📊 Changes **9 files changed** (+2284 additions, -88 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Add logging via loguru with config yaml file Change prints to logger calls Add app.py main application module for start and logging Add loguru and loguru-config libraries --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-02-28 15:18:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotiStats#25
No description provided.