From df32d80c1481c609f43e42ac77ece025a5c200ab Mon Sep 17 00:00:00 2001 From: mattmoor-sockpuppet Date: Wed, 3 Jul 2019 22:02:34 -0700 Subject: [PATCH] Format markdown (#1573) Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` /assign @samodell --- docs/serving/installing-logging-metrics-traces.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/serving/installing-logging-metrics-traces.md b/docs/serving/installing-logging-metrics-traces.md index ef08b522e..2aa04ebdb 100644 --- a/docs/serving/installing-logging-metrics-traces.md +++ b/docs/serving/installing-logging-metrics-traces.md @@ -68,13 +68,12 @@ in Knative. Run the following command and follow the instructions below to enable request logs if they are wanted: - ``` kubectl edit cm -n knative-serving config-observability ``` -Copy `logging.request-log-template` from `data._example` field to`data` -field in the `ConfigMap` you are editing.. You can find detailed information in +Copy `logging.request-log-template` from `data._example` field to`data` field in +the `ConfigMap` you are editing.. You can find detailed information in `data._example` field to customize the request log format. ### Choose One Logging Backend