-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logs tab is always empty #218
Comments
Same problem here. Did you find any solution? |
No solution found... an upgrade to version-0.9.1 had no effect :( |
same problem here。 |
I am using macOS and just installed via brew and the same here, services doesn't seem to activate the logs, its empty, clicking on the container does show though |
Actual maybe mine is more serious :-( Stats, Config and Top are all blank also. I am using docker-machine, I assume that should not matter? I can see the logs by clicking the container but not services. |
Same here - none of the tabs show output. |
Same issue, no outputs in any of the tabs, this since the last upgrade of Docker for Mac. |
I'd be happy to help debug this, but I can't find a way to spit out errors from lazydocker, assuming it can do that. Is there a way for me to make lazydocker spit out any errors it encounters? I'm assuming something changed with the latest Docker release that caused whatever pipe is in use to fail in some unexpected way. I've tried the |
Ok, so the
That block finishes, does not spit out an error, but the log process continues to run. I have about 30 of them running right now, since I've been restarting lazydocker over and over. |
Found the fix. Simply add |
Thanks @tylerstillwater I hope that the fix will be merged and released soon. |
Same problem when using container. docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock lazyteam/lazydocker |
Does anyone still have this issue when using the docker container on synology? |
@metronidazole : Having exactly this old behavior on a synology 718+ |
having this behavior on dockerized version on rocky 8.6 |
Did everybody here check https://github.com/jesseduffield/lazydocker#why-cant-i-see-my-containers-logs ? As for me, I adjusted the command but the logs are still not shown for some containers :/ |
I'm reopening cos it sounds like we're still having issues. On my machine sometimes container logs won't show until I hit enter to focus the logs panel. So that's clearly an issue on our side. Let me know if you see the same behaviour @metronidazole @jwesemann @KostaGorod @xeruf (but also see if https://github.com/jesseduffield/lazydocker#why-cant-i-see-my-containers-logs helps you) |
I just updated on my raspi (ARM64) to the latest version native & running a docker build. I see all expected log entries directly without further key presses for native binary and docker-based lazydocker. "Expected" means containers which produced logs recently because documentation mentions that lazydocker shows only logs from the last 24 hour if I remember right. The only thing I observe is that the docker variant does not show a version info in the bottom righ area. I tested remotely using ssh in a standard terminal and a tmux session. Afterwards in a VNC GUI session with & without tmux. I found no issues at all. |
Experienced this bug on Debian 12 (x64), both in binary installation and running inside a docker container. |
I think it is relative to logs that were not been updated since some time. For example, I have logs from first container, the logs been spawned just now because I touched the container: While this one (the second) has the last log record on yesterday and does not display anything (even if I press I checked logs of the second container manually and see they are exist: All the containers are 2 days old. My OS is always Ubuntu on any server: |
+ fix select in (fallback from fzf) + disable mouse + fix no logs. see: jesseduffield/lazydocker#569 jesseduffield/lazydocker#218 jesseduffield/lazydocker#574
+ fix select in (fallback from fzf) + disable mouse + fix no logs. see: jesseduffield/lazydocker#569 jesseduffield/lazydocker#218 jesseduffield/lazydocker#574
Describe the bug
The Logs tab is empty for each containers but when I press "m" key, logs appears as well.
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
Logs tab should display content !
Desktop (please complete the following information):
docker-compose.yml
The text was updated successfully, but these errors were encountered: