From 4ed373636de53a006fdf1fdc983f88cc6291f300 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 24 Jun 2023 14:09:57 +0200 Subject: [PATCH] add comment what level 30 and debug-level 3 means Signed-off-by: Simon L --- Containers/talk-recording/start.sh | 1 + Containers/talk/supervisord.conf | 1 + 2 files changed, 2 insertions(+) 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]