Skip to content

Commit 88dc98f

Browse files
authored
k8s: start logging from the beginning (#184)
1 parent b388518 commit 88dc98f

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
@@ -457,7 +457,6 @@ export async function getPodLogs(
457457

458458
const r = await log.log(namespace(), podName, containerName, logStream, {
459459
follow: true,
460-
tailLines: 50,
461460
pretty: false,
462461
timestamps: false
463462
})

0 commit comments

Comments
 (0)