From 7df35976e451928c8500d9dbc58dd54924a09e47 Mon Sep 17 00:00:00 2001 From: "vy.boyko" Date: Sun, 26 Oct 2025 22:12:56 +0300 Subject: [PATCH] upd --- k8s_tool/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s_tool/main.py b/k8s_tool/main.py index f3a1c8d..bb7a376 100644 --- a/k8s_tool/main.py +++ b/k8s_tool/main.py @@ -858,7 +858,8 @@ class K8sTool: title += f" [{container}]" title += "[/bold cyan]" console.print(f"\n{title}\n") - console.print(Syntax(logs, "log", line_numbers=False, background_color="default")) + # Print logs as plain text without syntax highlighting + print(logs) console.print()