limawaken Posted May 5, 2022 Share Posted May 5, 2022 i managed to get eclipse-mosquitto docker (the official version from dockerhub) running. it seems to work. using mqtt explorer i was able to access and see it working. whenever i start a docker i like to view the logs which can be conveniently accessed via the GUI. but for this docker it doesn't work, i only see an empty log like this: i have installed other dockers from dockerhub before and their logs all show up like one would expect. is there some kind of config for getting the gui logs to work? Quote Link to comment
limawaken Posted May 6, 2022 Author Share Posted May 6, 2022 anyone experienced docker guru seen this problem before? do i need to map some paths or something for unraid to be able to get the logs? Quote Link to comment
DiniFarb Posted June 4, 2022 Share Posted June 4, 2022 You can find the docker logs here as well: /var/lib/docker/containers/<container_id>/<container_id>-json.log For getting the container id just run docker ps which will list all your running container, first column is the "shortened" container id Just a other question, I faced today the same problem but not only for one container. The logs were not visiable for all containers. Did this happen to you as well or just the eclipse-mosquitto conatiner ? Quote Link to comment
BeersTeddy Posted May 19 Share Posted May 19 I'm having identical problem. GUI log is empty, Dozzle shows empty logs as well, while logs in do exists /var/lib/docker/containers/<container_id>/<container_id>-json.log Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.