Re: List of worth-checking log files of OM and related software

2020-05-20 Thread Konstantin Kuzov
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 : > > > On Wed, 20 May 2020 at 02:57, seba.wag...@gmail.com > wrote:

Re: List of worth-checking log files of OM and related software

2020-05-19 Thread Maxim Solodovnik
On Wed, 20 May 2020 at 02:57, seba.wag...@gmail.com 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

Re: List of worth-checking log files of OM and related software

2020-05-19 Thread seba.wag...@gmail.com
This one: 2) KMS logs by default at /var/log/kurento-media-server Thats inside the docker container right? I think you need to pass in a special variable to make that visible outside of the docker container. Cheers Seb Sebastian Wagner Director Arrakeen Solutions http://arrakeen-solutions.co.nz/

Re: List of worth-checking log files of OM and related software

2020-05-18 Thread Unix Home Academy
On Mon, May 18, 2020 at 12:57 PM Maxim Solodovnik wrote: > Hello Ahmad, > > On Mon, 18 May 2020 at 16:55, Unix Home Academy < > unix.home.acad...@gmail.com> wrote: > >> Hi all, >> >> I was trying to troubleshoot few issues I am having and I had difficulty >> identifying what log files to check. I

Re: List of worth-checking log files of OM and related software

2020-05-18 Thread Maxim Solodovnik
Hello Ahmad, On Mon, 18 May 2020 at 16:55, Unix Home Academy wrote: > Hi all, > > I was trying to troubleshoot few issues I am having and I had difficulty > identifying what log files to check. I was thinking of having a one-page > guide to list all the log files that might be inspected when > t