Skip to content

Commit a9da4e6

Browse files
willcl-arkmplsgrant
authored andcommitted
server: remove k8s timestamps
1 parent 30fd739 commit a9da4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/backend/kubernetes_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def logs_grep(self, pattern: str, network: str):
329329
name=pod.metadata.name,
330330
container=BITCOIN_CONTAINER_NAME,
331331
namespace=self.namespace,
332-
timestamps=True,
332+
timestamps=False,
333333
_preload_content=False,
334334
)
335335

0 commit comments

Comments
 (0)