paper-dynasty-database/app
Cal Corum 053fcbab05 fix: centralize logging config in main.py — remove basicConfig from 32 files (#26)
Moved logging.basicConfig() to app/main.py as the single source of truth.
Removed duplicate (no-op) calls from app/db_engine.py, app/dependencies.py,
and all 30 router files in app/routers_v2/. Removed the now-unused LOG_DATA
dict and date/log_level locals from dependencies.py and db_engine.py.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 03:22:02 +00:00
..
routers_v2 fix: centralize logging config in main.py — remove basicConfig from 32 files (#26) 2026-03-05 03:22:02 +00:00
__init__.py Initial Commit with /current 2023-09-13 14:44:26 -05:00
card_creation.py Update card_creation.py 2024-02-24 21:36:44 -06:00
db_engine.py fix: centralize logging config in main.py — remove basicConfig from 32 files (#26) 2026-03-05 03:22:02 +00:00
db_helpers.py Fix PostgreSQL upsert column names and CSV null handling 2026-01-30 17:28:40 -06:00
dependencies.py fix: centralize logging config in main.py — remove basicConfig from 32 files (#26) 2026-03-05 03:22:02 +00:00
main.py fix: centralize logging config in main.py — remove basicConfig from 32 files (#26) 2026-03-05 03:22:02 +00:00
player_scouting.py Update player_scouting.py 2023-09-24 19:00:21 -05:00