From d9dd7ddea78095932ddc1cd024f43cf37eb36ce5 Mon Sep 17 00:00:00 2001 From: Mike Hillyer Date: Fri, 20 Oct 2023 10:00:59 -0400 Subject: [PATCH] Change console example to match lua example. --- docs/userguide/operation/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/operation/troubleshooting.md b/docs/userguide/operation/troubleshooting.md index 3360be7f..d9b07d83 100644 --- a/docs/userguide/operation/troubleshooting.md +++ b/docs/userguide/operation/troubleshooting.md @@ -63,7 +63,7 @@ In addition, you can adjust the log filter level dynamically [using the HTTP API ```console curl -i 'http://localhost:8000/api/admin/set_diagnostic_log_filter/v1' \ -H 'Content-Type: application/json' \ - -d '{"filter":"kumod=trace"}' + -d '{"filter":"kumod=debug"}' ``` This will produce output similar to the following: