diff --git a/Containers/talk-recording/start.sh b/Containers/talk-recording/start.sh index 907e1f82..9b030438 100644 --- a/Containers/talk-recording/start.sh +++ b/Containers/talk-recording/start.sh @@ -14,6 +14,7 @@ fi cat << RECORDING_CONF > "/etc/recording.conf" [logs] +# 30 means Warning level = 30 [http] diff --git a/Containers/talk/supervisord.conf b/Containers/talk/supervisord.conf index 7b073012..422f1b2d 100644 --- a/Containers/talk/supervisord.conf +++ b/Containers/talk/supervisord.conf @@ -27,6 +27,7 @@ stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 +# debug-level 3 means warning command=janus --config=/etc/janus/janus.jcfg --disable-colors --log-stdout --full-trickle --debug-level 3 [program:signaling]