Dockerized KMS don't write logs to files as far as I know. You can grab KMS logs with command: docker logs kms or in inspect them in real-time with command: docker logs --follow kms
ср, 20 мая 2020 г. в 05:37, Maxim Solodovnik <[email protected]>: > > > On Wed, 20 May 2020 at 02:57, [email protected] <[email protected]> > wrote: > >> This one: >> 2) KMS logs by default at /var/log/kurento-media-server >> >> Thats inside the docker container right? >> > Yes, in case NOT Ubuntu is used :)) > > >> I think you need to pass in a special variable to make that visible >> outside of the docker container. >> > /var/log from host can be mounted to docker :) > > -- > Best regards, > Maxim >
