soulsync/core/wishlist
Antti Kettunen f5226bd5b5
Give wishlist modules their own loggers
- add module-level loggers for the wishlist package instead of threading the web server logger through runtime objects
- default wishlist helper runtimes and cleanup helpers to their package logger while still allowing test overrides
- keep web_server.py as a thin caller that no longer injects its logger into wishlist flows
2026-04-28 21:17:46 +03:00
..
__init__.py Extract wishlist logic into dedicated package 2026-04-28 21:17:24 +03:00
classification.py Extract wishlist logic into dedicated package 2026-04-28 21:17:24 +03:00
payloads.py Give wishlist modules their own loggers 2026-04-28 21:17:46 +03:00
presence.py Extract wishlist logic into dedicated package 2026-04-28 21:17:24 +03:00
processing.py Give wishlist modules their own loggers 2026-04-28 21:17:46 +03:00
reporting.py Extract wishlist logic into dedicated package 2026-04-28 21:17:24 +03:00
resolution.py Give wishlist modules their own loggers 2026-04-28 21:17:46 +03:00
routes.py Give wishlist modules their own loggers 2026-04-28 21:17:46 +03:00
selection.py Extract wishlist logic into dedicated package 2026-04-28 21:17:24 +03:00
service.py Give wishlist modules their own loggers 2026-04-28 21:17:46 +03:00
state.py Extract wishlist logic into dedicated package 2026-04-28 21:17:24 +03:00