k8s: start logging from the beginning (#184)

This commit is contained in:
Andre Klärner
2025-04-14 14:03:05 +02:00
committed by GitHub
parent b388518d40
commit 88dc98f8ef

View File

@@ -457,7 +457,6 @@ export async function getPodLogs(
const r = await log.log(namespace(), podName, containerName, logStream, {
follow: true,
tailLines: 50,
pretty: false,
timestamps: false
})