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
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
Docker version 20.10.1
APIVersion 1.41
❯ dry -v
dry version 0.10-beta.1, build 119fd04
❯ 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
The text was updated successfully, but these errors were encountered:
Hey guys, I have an issue with the fetch logs feature.
If I fetch logs directly from CLI it works
but when I try to use
fetch logs
feature it won't work at all, just an empty screenDocker version 20.10.1
APIVersion 1.41
❯ dry -v
dry version 0.10-beta.1, build 119fd04
❯ 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
The text was updated successfully, but these errors were encountered: