Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
############################################################

# set base image debian jessie
FROM debian:jessie
FROM debian:bookworm-20231009

# file maintainer author
MAINTAINER brendan jocson <brendan@jocson.eu>
Expand Down
2 changes: 1 addition & 1 deletion janus/etc/janus/janus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log_to_file = /var/log/janus.log ; Whether to use a log file or not
;pid_file = /tmp/janus.pid ; PID file to create when Janus has been
; started, and to destroy at shutdown
;interface = 1.2.3.4 ; Interface to use (will be used in SDP)
debug_level = 4 ; Debug/logging level, valid values are 0-7
debug_level = 6 ; Debug/logging level, valid values are 0-7
;debug_timestamps = yes ; Whether to show a timestamp for each log line
;debug_colors = no ; Whether colors should be disabled in the log
;api_secret = janusrocks ; String that all Janus requests must contain
Expand Down