add comment what level 30 and debug-level 3 means

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-24 14:09:57 +02:00
parent d0cae68636
commit 4ed373636d
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ fi
cat << RECORDING_CONF > "/etc/recording.conf"
[logs]
# 30 means Warning
level = 30
[http]

View file

@ -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]