Commit 9d87893
fix(catalog): reduce logging noise during parallel operations
Change catalog loading log message from INFO to DEBUG level to prevent
70+ "Loaded 68 catalog entries" messages during make update.
Each tool creates its own ToolCatalog instance, and with 70 tools running
in parallel, this created excessive logging noise. The summary message is
not critical for normal operations.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3fe846d commit 9d87893
2 files changed
Lines changed: 387 additions & 387 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments