We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c16cf commit 56617f6Copy full SHA for 56617f6
src/cli/logs.ts
@@ -18,7 +18,7 @@ export const buildLogCommand = async (
18
19
if (supportsLinesAndFilter) {
20
// Always use --lines when specified to prevent streaming
21
- args.push("--lines", lines ? lines.toString() : "1000");
+ args.push("--lines", lines ? lines.toString() : "100");
22
23
if (filter) {
24
args.push("--filter", `"${filter}"`);
0 commit comments