Commit bd8b9a3
committed
fix(router): use klog.Warningf for session target mismatch logs
Security-relevant events (missing metadata, session target mismatch)
must be visible in production logs at all times. Promote both log
lines from klog.V(2).InfoS (verbose/debug) to klog.Warningf so they
are captured without enabling verbose logging.
Addresses code review feedback from gemini-code-assist.
Signed-off-by: KinshukSS2 <kinshuk380@gmail.com>1 parent 7b5430b commit bd8b9a3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments