upd
This commit is contained in:
parent
969a84f30f
commit
7df35976e4
@ -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()
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user