From 6c97aa95ea2707b3e82cfae39ad0de9ad70550ce Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Thu, 18 Aug 2022 12:18:27 +0100 Subject: [PATCH] Remove 'is is' typo in book Signed-off-by: killianmuldoon --- docs/book/src/developer/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/developer/logging.md b/docs/book/src/developer/logging.md index 9de6bcab5b94..ec28fb715704 100644 --- a/docs/book/src/developer/logging.md +++ b/docs/book/src/developer/logging.md @@ -163,7 +163,7 @@ extra_args: - "--v=5" - "--logging-format=json" ``` -The above options can be combined with other settings from our [Tilt](tilt.md) setup. Once Tilt is is up and running with these settings users will be able to browse logs using the Grafana Explore UI. +The above options can be combined with other settings from our [Tilt](tilt.md) setup. Once Tilt is up and running with these settings users will be able to browse logs using the Grafana Explore UI. This will normally be available on `localhost:3001`. To explore logs from Loki, open the Explore interface for the DataSource 'Loki'. [This link](http://localhost:3001/explore?datasource%22:%22Loki%22) should work as a shortcut with the default Tilt settings.