Skip to content

Commit

Permalink
backport of commit 63a5831
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Oct 4, 2023
1 parent b005b08 commit 3cbb81e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/content/commands/debug.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ all targets for 5 minutes.
- `-archive` - Optional, if the tool show archive the directory of data into a
compressed tar file. Defaults to true.

- `-since` - Optional, can be used to capture information since a particular time
in the past

#### API Options

@include 'http_api_options_client.mdx'
Expand Down Expand Up @@ -125,7 +128,7 @@ $ consul debug -interval=15s -duration=1m
To capture information since a particular time in past `-since` flag
can be used.

```shell-sesion
```shell-session
$ consul debug -since 1h
...
```

0 comments on commit 3cbb81e

Please sign in to comment.