mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00: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"
|
cat << RECORDING_CONF > "/etc/recording.conf"
|
||||||
[logs]
|
[logs]
|
||||||
|
# 30 means Warning
|
||||||
level = 30
|
level = 30
|
||||||
|
|
||||||
[http]
|
[http]
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ stdout_logfile=/dev/stdout
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
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
|
command=janus --config=/etc/janus/janus.jcfg --disable-colors --log-stdout --full-trickle --debug-level 3
|
||||||
|
|
||||||
[program:signaling]
|
[program:signaling]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue