mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove ascii art showing in UI logs
This commit is contained in:
parent
ae7e3ddd9f
commit
92fc5d981f
1 changed files with 3 additions and 0 deletions
|
|
@ -1551,6 +1551,9 @@ def logs_container(container_id):
|
|||
log = " ".join(splitted[1:])
|
||||
log_lower = log.lower()
|
||||
|
||||
if "[48;2" in log or not log.strip():
|
||||
continue
|
||||
|
||||
logs.append(
|
||||
{
|
||||
"content": log,
|
||||
|
|
|
|||
Loading…
Reference in a new issue