Skip to content

feat(ui): improve formatting and readability of downloaded container logs - #238

Open
Ayush4958 wants to merge 1 commit into
stratum-mining:mainfrom
Ayush4958:improve-downloaded-container-log
Open

feat(ui): improve formatting and readability of downloaded container logs#238
Ayush4958 wants to merge 1 commit into
stratum-mining:mainfrom
Ayush4958:improve-downloaded-container-log

Conversation

@Ayush4958

Copy link
Copy Markdown
Contributor

Summary

I had improves the formatting of downloaded .txt container logs from the UI to make them significantly more readable.

Previously, the downloaded logs contained duplicate ISO timestamps (one from Docker and one from the application itself) and unaligned columns, making them difficult to parse visually.

Output

Before:
2026-07-28T11:45:20.170626099Z [translator] [stdout] 2026-07-28T11:45:20.166418Z INFO translator_sv2: Starting Translator Proxy...

image

After:
[2026-07-28 11:45:20] [translator] [out] INFO translator_sv2: Starting Translator Proxy...
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant