Skip to content

Commit 0654fe2

Browse files
committed
Linebreaks
1 parent 7c41862 commit 0654fe2

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,23 @@ Here is an example of what it looks like on my virtual machine:
6262
6363
## Log output
6464

65-
The log-style output above is written to stdout. It can also be output to files by setting the environment variable `CONTAINERDEBUG_LOG_DIRECTORY=/path/to/logs/directory`.
65+
The log-style output above is written to stdout.
66+
It can also be output to files by setting the environment variable
67+
`CONTAINERDEBUG_LOG_DIRECTORY=/path/to/logs/directory`.
6668

67-
This file output will be output as _JSON-formatted logs_, in order to ease ingestion into a log aggregation system (such as [Vector](https://vector.dev/)). These files
68-
will also automatically be rotated over time.
69+
This file output will be output as _JSON-formatted logs_, in order to
70+
ease ingestion into a log aggregation system (such as
71+
[Vector](https://vector.dev/)).
72+
These log files will also automatically be rotated over time.
6973

7074
## Data output
7175

72-
The containerdebug tool can write its collected data into a JSON dump, by setting the `--output=/path/to/dump.json` flag.
76+
The containerdebug tool can write its collected data into a JSON dump,
77+
by setting the `--output=/path/to/dump.json` flag.
7378

74-
This is intended to be queried with tools like [jq](https://jqlang.org/). However, note that the output format is currently not stable, and may change over time.
79+
This is intended to be queried with tools like [jq](https://jqlang.org/).
80+
However, note that the output format is currently not stable, and may
81+
change over time.
7582

7683
For example:
7784

@@ -185,5 +192,6 @@ For example:
185192

186193
## Continuous mode
187194

188-
If given the `--loop` flag, containerdebug will stay in the background and run on a fixed interval. By default it will run every 30 minutes, but a custom
189-
interval can also be set (e.g. `--loop=30s`).
195+
If given the `--loop` flag, containerdebug will stay in the background and
196+
re-run on a fixed interval. The default interval is `30m` (every 30 minutes), but
197+
it can be customized as desired (e.g. `--loop=30s`).

0 commit comments

Comments
 (0)