Commit b239e96
authored
feat: add resource context to validation failure logs (#3323)
Validation failures previously logged only the error message, making it
difficult to identify which specific resource failed. The log now
includes the name, namespace, and kind fields, providing necessary
context for troubleshooting.
Issue tektoncd/93581 parent 9fb97f5 commit b239e96
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
192 | 196 | | |
193 | 197 | | |
194 | 198 | | |
| |||
0 commit comments