Hi,
Inside the moby dev container, as soon as we type in a command on the cli, say, docker swarm init, extensive logs starts getting generated on the screen straight away including heartbeat messages between agents and manager. Is it possible to have such logs appear when using docker the traditional way?, ie, when simply running a container or swarm from docker installed on the PC. I tried docker logs but that does not prints such extensive logs at the system level.
Regards,
Niket