You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your idea related to a problem? Please describe:
Lately i had to some try and error with the container setup i have with casaos and needed to check from time to time the logs of the container. I know that it is not so easy to just clear logs of containers but to scroll first 1000 lines every time is a bit anoying. So instead of showing the whole log why not show the last 100 lines ?
Describe the solution you'd like:
When you are in the log view of any container or wihtin the casaos logs just use instead the tail command. https://docs.docker.com/engine/reference/commandline/logs/
In addition to that we could add a button to the end of the log view in which you can enable full view or trimmed view.
Describe alternatives you've considered:
So at the moment i either scroll to use the casaos view or log in via ssh and use docker logs --tail 100
Additional context
Not sure if that would then be also a thing but to follow the logs output which updates the webpage like with updates would also be nice but that is something which i don't really need, cause i can just click terminal and then logs again and the logs view would be updated, but i have to scroll again
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your idea related to a problem? Please describe:
Lately i had to some try and error with the container setup i have with casaos and needed to check from time to time the logs of the container. I know that it is not so easy to just clear logs of containers but to scroll first 1000 lines every time is a bit anoying. So instead of showing the whole log why not show the last 100 lines ?
Describe the solution you'd like:
When you are in the log view of any container or wihtin the casaos logs just use instead the tail command. https://docs.docker.com/engine/reference/commandline/logs/
In addition to that we could add a button to the end of the log view in which you can enable full view or trimmed view.
Describe alternatives you've considered:
So at the moment i either scroll to use the casaos view or log in via ssh and use docker logs --tail 100
Additional context
Not sure if that would then be also a thing but to follow the logs output which updates the webpage like with updates would also be nice but that is something which i don't really need, cause i can just click terminal and then logs again and the logs view would be updated, but i have to scroll again
Beta Was this translation helpful? Give feedback.
All reactions