One advantage starting Meltano with `docker-compos...
# docker
j
One advantage starting Meltano with
docker-compose up
is that the syslog output of all the docker containers is logged to the terminal. This means I can see errors generated when doing things via the UI. Is there a way I can monitor std out in a similar way if i use
docker run ...
?