mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
add comment what level 30 and debug-level 3 means
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
d0cae68636
commit
4ed373636d
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ fi
|
|||
|
||||
cat << RECORDING_CONF > "/etc/recording.conf"
|
||||
[logs]
|
||||
# 30 means Warning
|
||||
level = 30
|
||||
|
||||
[http]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue