Replies: 4 comments
-
|
Me and my team have the exact same concerns about the UX of the container logs view. Thanks for raising this issue. |
Beta Was this translation helpful? Give feedback.
-
|
also the settings area is taking half of the screen all the time, leaving the actual logs just half the screen space. This settings options should be hidden, leaving the full page for log viewing. |
Beta Was this translation helpful? Give feedback.
-
|
I would also like to see log settings remembered for each container. If that is too involved, at least allow us to set the global defaults. I also think the settings should be a collapsible accordion or other mechanism to allow hiding. |
Beta Was this translation helpful? Give feedback.
-
|
It would be so nice to have this feature working as @juarezr suggested! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Looking for errors and information in logs is one of most common task in any developer workflow.
Any improvement in user experience and usability cuts some seconds wasted in each interation. And those are repeated a gazillion of times, accounting for a huge productivity slowdown.
Is your feature request related to a problem? Please describe.
Every time that I entre the
Container logsview in portainer I need to change the same settings. E.g:Wrap linesLinesto a higher value (500, 1000, etc...)Auto-refresh logsto trigger or force it by changing something inFetchorSearchWhen I switch to any other view in portainer these "inputs" are lost, and when I switch back I need to repeat the steps again.
Also if I forget to turn off
Auto-refresh logs, it will reset the scrolling of the log pane in the next refresh, affeting the reading of the desired log lines, and requiring a new search / look up for finding them.Describe the solution you'd like
Some possible improvements:
Log viewer settingswhen leaving and entering a containerSettings>Application settingsfor changing values used by default in eachContainer Logsveiw for each container:Number of lines to load in Container Logs. Defaults to 100.Wrap lines in Container LogsAuto-refresh logsRefresh Nowto trigger manual log realoding.Other possible improvements:
Auto-refresh logsfrom a "yes/no" switch to a slider indicating seconds (0=once, 5s, 10s, 20s, 30s, 1min, 5min, etc...)Lines. E.g:FetchinFetch fromandTo/Untilparts. E.g:[1][DAYS/hours/minutes v]Until:[2][days/HOURS/minutes v]Describe alternatives you've considered
An alternative solution would be openning and keep separate tabs for each container to display the logs.
But this has some downsides:
docker-composeone would switch between containers logs much often.portainer | local)bloatmemory and can be invalidated by browser extensions likeSnooze TabsBeta Was this translation helpful? Give feedback.
All reactions