Skip to content

Commit 56617f6

Browse files
committed
Fix
1 parent f3c16cf commit 56617f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/logs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const buildLogCommand = async (
1818

1919
if (supportsLinesAndFilter) {
2020
// Always use --lines when specified to prevent streaming
21-
args.push("--lines", lines ? lines.toString() : "1000");
21+
args.push("--lines", lines ? lines.toString() : "100");
2222

2323
if (filter) {
2424
args.push("--filter", `"${filter}"`);

0 commit comments

Comments
 (0)