Open Issues Need Help
View All on GitHub Logging refactor 6 months ago
AI Summary: The current logging setup, which uses Logfire for all messages, is problematic because Logfire's configuration happens too late in the application startup. This issue proposes implementing a basic plain text file logger (`Penpal.log`) for early application debugging and general messages, ideally capturing stdout/stderr. Logfire will continue to be used for specific framework instrumentation like FastAPI and PydanticAI.
Complexity:
3/5
enhancement help wanted