diff --git a/docs/sources/getting-started/troubleshooting.md b/docs/sources/getting-started/troubleshooting.md index a2904b0cbb3bf..9afb37f66c79f 100644 --- a/docs/sources/getting-started/troubleshooting.md +++ b/docs/sources/getting-started/troubleshooting.md @@ -66,7 +66,7 @@ $ kubectl port-forward loki-promtail-jrfg7 9080 Both `loki` and `promtail` support a log level flag on the command-line: ```bash -$ loki —log.level=debug +$ loki -log.level=debug $ promtail -log.level=debug ```