dry icon indicating copy to clipboard operation
dry copied to clipboard

Empty logs on Ubuntu

Open Jacke opened this issue 4 years ago • 1 comments

Hey guys, I have an issue with the fetch logs feature.

If I fetch logs directly from CLI it works

docker logs 31aa530d829c | less
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/docker/lib/ch.qos.logback.logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/opt/docker/lib/io.7mind.izumi.logstage-adapter-slf4j_2.13-0.10.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
....

but when I try to use fetch logs feature it won't work at all, just an empty screen Screenshot 2021-01-06 at 21 59 54

Docker version 20.10.1 APIVersion 1.41 ❯ dry -v dry version 0.10-beta.1, build 119fd047 ❯ uname -a Linux burotest2 5.4.0-28-generic #32-Ubuntu SMP Wed Apr 22 17:40:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Jacke avatar Jan 06 '21 19:01 Jacke

Same for me. Using l to view logs from the Container or the Service view yields the same results: an empty screen.

The docker CLI works fine though.

jvinet avatar May 11 '23 15:05 jvinet