Commit 26cf76b
authored
Change server-side apply error logs to debug level (#326)
* Change server-side apply error logs to debug level
The detailed object logging in serverSideApply is diagnostic information
useful during troubleshooting but noisy at default log levels. The error
is already returned to the caller, so surfacing the object dump at debug
(V(1)) avoids duplicating error context while keeping it available via
--zap-log-level=debug.
Made-with: Cursor
* Simply log the map1 parent d70dc58 commit 26cf76b
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 49 | + | |
56 | 50 | | |
57 | 51 | | |
58 | 52 | | |
| |||
0 commit comments