Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 22b63fa

Browse files
committed
Fix default behaviour for ecs flag log
Signed-off-by: Ulysses Souza <[email protected]>
1 parent 5f956de commit 22b63fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs/logs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func checkUnsupportedLogOptions(ctx context.Context, o api.LogOptions) error {
4242
option string
4343
}{
4444
{o.Since, "", "since"},
45-
{o.Tail, "", "tail"},
45+
{o.Tail, "all", "tail"},
4646
{o.Timestamps, false, "timestamps"},
4747
{o.Until, "", "until"},
4848
}

0 commit comments

Comments
 (0)