dozzle: Dozzle doesn't show log in case of log driver explicitly specified
Describe the bug Dozzle doesn’t show log in case of log driver explicitly specified
To Reproduce
- Run dozzle container
- Run any other container with explicitly specified log driver like
docker run --log-driver syslog --log-opt syslog-address=tcp://127.0.0.1:5140 --log-opt syslog-format=rfc5424 ....
- Open dozzle -> no logs from container from (2)
Expected behavior Logs present in dozzle
Looks like it’s just isn’t implemented yet. Some functionality to add additional log driver if non-default log driver is specified.
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 18 (9 by maintainers)
may be it’s related to ansible deploy somehow… Let me try to reproduce in clean environment.
I think there is no difference if you use aws or digital ocean. Ok, I’ll try to make clean environment and reproduce this bug (and write reproducer). Thank for your fast response. P.S. We use dozzle and really enjoyed this! Thanks.