Commit fada22c
chore: disable GIN debug logging for consistent JSON output
- Set GIN to release mode (gin.SetMode(gin.ReleaseMode))
- Discard GIN default output (gin.DefaultWriter = io.Discard)
- All HTTP request logging now goes through RequestLog middleware which uses zap JSON output
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 48f8677 commit fada22c
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
0 commit comments