Manager: Tweak log size for Flamenco workers #61681
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#61681
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When inspecting the log of a worker from the Manager, a browser tab containing the log is opened. The log can grow to a size where it's very hard to scroll to the bottom of the page (where the interesting content usually is).
I suggest to reduce the size of the log exposed to the user via the browser. This could be (re)loading in a dedicated interface, called "show log", or at the very least, trimmed to 1-2MB of text max.
Added subscriber: @fsiddi
Changed status from 'Open' to: 'Resolved'
It now shows 5 KiB of 'head' and 10 KiB of 'tail', except when accessing the URL with WGet/Curl, in which case it downloads the entire log file. See log_server.go.