-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Program crashes when show container log #118
Comments
Thanks for reporting! |
If you try to fetch logs in a container without logs (runned with logging driver="none"), Container is freezed. |
@bypper I have not been able to reproduce it. I tried fetching the logs of a container run with log-driver none ( |
Hi @moncho,
and this is the compose block related:
Actually, container is not freeze, I can see is up, but the foreground screen yes, and I cannot work with it already, after select "Fetch logs" option of menu. |
Hello everyone.
When a container is started with another log driver eg. fluentd the container will not have a json log. In this case the dry program will crash because it can not open a file which not exists.
You have to implement a check for the log driver of each container to prevent this case.
Sincerely,
Stefan
The text was updated successfully, but these errors were encountered: