john_scott
02/03/2020, 9:30 PMdocker-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 ...
?