Skip to content

Commit

Permalink
Format markdown (#1967)
Browse files Browse the repository at this point in the history
Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Dec 16, 2020
1 parent ef8048c commit 95b8793
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/logstream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ This is a guide to start using `logstream` in your e2e testing.

3. At the start of your test add: `t.Cleanup(logstream.Start(t))`

4. To enable logcapture from containers across multiple namespaces configure SYSTEM_NAMESPACE
to contains a csv list of namespaces (`knative-serving,knative-test ??????{}`). Specific, well
known containers that do not produce key decorated logs (see detailed description below) need
4. To enable logcapture from containers across multiple namespaces configure
SYSTEM_NAMESPACE to contains a csv list of namespaces
(`knative-serving,knative-test ??????{}`). Specific, well known containers
that do not produce key decorated logs (see detailed description below) need
to be enumerated in WellKnownContainers in stream.go.

With that, you will start getting logs from the processes in the system
Expand Down

0 comments on commit 95b8793

Please sign in to comment.