Commit 0d4d017
authored
Reduce Logfire log noise for cleaner observability (#60)
- Remove explicit SQLAlchemy instrumentation from database.py
- Add uninstrument() call to prevent auto-instrumentation of pg_catalog queries
- Remove redundant "Starting..." and "...completed" info logs from Modal functions
- Keep useful early-return logs like "Simulation already completed"
- Clean up force_flush() placement in economy functions1 parent b87ffd0 commit 0d4d017
File tree
3 files changed
+607
-571
lines changed- src/policyengine_api
- services
3 files changed
+607
-571
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
| |||
0 commit comments