Commit c64ed46
fix: correct log levels for thinking block signature retry flow
LegacyPrintf uses inferStdLogLevel() to infer log level from message
text. Any message containing the word "error" is classified as ERROR
level, causing the entire signature-retry recovery flow (which succeeds)
to produce spurious ERROR log entries.
Changes:
- Remove noisy [SignatureCheck] debug logs inside isThinkingBlockSignatureError
that were logging every detected signature check as ERROR
- Change retry-start log to WARN level via [warn] prefix
- Change retry-success log to INFO level by removing "error" from message
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a225a24 commit c64ed46
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4197 | 4197 | | |
4198 | 4198 | | |
4199 | 4199 | | |
4200 | | - | |
| 4200 | + | |
4201 | 4201 | | |
4202 | 4202 | | |
4203 | 4203 | | |
| |||
4212 | 4212 | | |
4213 | 4213 | | |
4214 | 4214 | | |
4215 | | - | |
| 4215 | + | |
4216 | 4216 | | |
4217 | 4217 | | |
4218 | 4218 | | |
| |||
6102 | 6102 | | |
6103 | 6103 | | |
6104 | 6104 | | |
6105 | | - | |
6106 | | - | |
6107 | | - | |
6108 | 6105 | | |
6109 | 6106 | | |
6110 | 6107 | | |
6111 | | - | |
6112 | 6108 | | |
6113 | 6109 | | |
6114 | 6110 | | |
| |||
0 commit comments