You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[VC-36032] Pass the context to Venafi clients and enable debug roundtripper (#627)
* Pass the context to the Venafi clients
* Add the client-go debug round tripper to the venafi clients
* Add a note about HTTP request logging to the logging flags
* Add a note about setting logging-format and log-level to the Helm chart values documentation.
Signed-off-by: Richard Wall <[email protected]>
Copy file name to clipboardExpand all lines: deploy/charts/venafi-kubernetes-agent/README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,8 +265,18 @@ Specify the command to run overriding default binary.
265
265
> []
266
266
> ```
267
267
268
-
Specify additional arguments to pass to the agent binary.
269
-
Example: `["--strict", "--oneshot"]`
268
+
Specify additional arguments to pass to the agent binary. For example, to enable JSON logging use `--logging-format`, or to increase the logging verbosity use `--log-level`.
269
+
The log levels are: 0=Info, 1=Debug, 2=Trace.
270
+
Use 6-9 for increasingly verbose HTTP request logging.
Copy file name to clipboardExpand all lines: deploy/charts/venafi-kubernetes-agent/values.schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -308,7 +308,7 @@
308
308
},
309
309
"helm-values.extraArgs": {
310
310
"default": [],
311
-
"description": "Specify additional arguments to pass to the agent binary.\nExample: `[\"--strict\", \"--oneshot\"]`",
311
+
"description": "Specify additional arguments to pass to the agent binary. For example, to enable JSON logging use `--logging-format`, or to increase the logging verbosity use `--log-level`.\nThe log levels are: 0=Info, 1=Debug, 2=Trace.\nUse 6-9 for increasingly verbose HTTP request logging.\nThe default log level is 0.\n\nExample:\nextraArgs:\n- --logging-format=json\n- --log-level=6 # To enable HTTP request logging",
0 commit comments