You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix logging setup to follow Python best practices (issue #27)
Remove logging.basicConfig() calls from library modules (ipdata.py,
geofeeds.py) that were hijacking the root logger at import time. Use
__name__-based loggers with NullHandler per Python docs. Preserve
debug=True backward compat by lazily attaching RichHandler to the
library logger only when needed.
https://claude.ai/code/session_01M3wRX9tnmc4qorVWRjmqTZ
0 commit comments