You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: compose logs: add links for since/until flag descriptions
Link to the corresponding `docker container logs` equivalents, which
contain more details on the accepted formats and use.
The container logs documentation still needs some updates to provide
per-flag sections, so follow-ups can be made once those are done.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|`--dry-run`|`bool`|| Execute command in dry run mode |
11
+
|`-f`, `--follow`|`bool`|| Follow log output |
12
+
|`--index`|`int`|`0`| index of the container if service has multiple replicas |
13
+
|`--no-color`|`bool`|| Produce monochrome output |
14
+
|`--no-log-prefix`|`bool`|| Don't print prefix in logs |
15
+
|[`--since`](https://docs.docker.com/reference/cli/docker/container/logs/)|`string`|| Show logs since timestamp (e.g. 2013-01-02T13:23:37Z) or relative (e.g. 42m for 42 minutes) |
16
+
|`-n`, `--tail`|`string`|`all`| Number of lines to show from the end of the logs for each container |
17
+
|`-t`, `--timestamps`|`bool`|| Show timestamps |
18
+
|[`--until`](https://docs.docker.com/reference/cli/docker/container/logs/#until)|`string`|| Show logs before a timestamp (e.g. 2013-01-02T13:23:37Z) or relative (e.g. 42m for 42 minutes) |
0 commit comments