Commit 224f874
Reduce log noise: suppress ASP.NET/HttpClient info logs, render messages, silence ChatMember updates (#111)
- Override MinimumLevel to Warning for Microsoft.AspNetCore and System.Net.Http.HttpClient
(incoming/outgoing HTTP request lifecycle logs are redundant with OTEL traces)
- Switch CompactJsonFormatter to RenderedCompactJsonFormatter so logs contain
readable @m instead of raw @mt template
- Handle ChatMember/MyChatMember updates silently instead of logging a warning
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent dbd1940 commit 224f874
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1233 | 1233 | | |
1234 | 1234 | | |
1235 | 1235 | | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
1236 | 1239 | | |
1237 | 1240 | | |
1238 | 1241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | | - | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
0 commit comments