Skip to content

Commit 0683ea9

Browse files
committed
k8s: start logging from the beginning
1 parent 120636d commit 0683ea9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/k8s/src/k8s/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ export async function getPodLogs(
452452

453453
const r = await log.log(namespace(), podName, containerName, logStream, {
454454
follow: true,
455-
tailLines: 50,
456455
pretty: false,
457456
timestamps: false
458457
})

0 commit comments

Comments
 (0)