Commit 6a9f9e6
authored
logging: Don't use Error when logging 4xx responses (#1159)
in the error.go case also avoid the misleading "exiting with error"
message and use the original message instead.
Signed-off-by: Jussi Kukkonen <[email protected]>1 parent 48065b9 commit 6a9f9e6
File tree
2 files changed
+6
-2
lines changed- pkg
- api
- generated/restapi
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments