Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Dec 3, 2024
1 parent c66b0f5 commit 1fdad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Configuration/debugging-kiali.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "How to debug Kiali using logs, traces, and profiler."

The most basic way of debugging the internals of Kiali is to examine its log messages. A typical way of examining the log messages is via:
```
kubectl logs -n istio-system debug/kiali
kubectl logs -n istio-system deployment/kiali
```
Each log message is logged at a specific level. The different log levels are `trace`, `debug`, `info`, `warn`, `error`, and `fatal`. By default, log messages at `info` level and higher will be logged. If you want to see more verbose logs, set the log level to `debug` or `trace` (`trace` is the most verbose setting and will make the log output very "noisy"). You set the log level in the Kiali CR:

Expand Down

0 comments on commit 1fdad56

Please sign in to comment.