mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Disable reload for log config.
This commit is contained in:
parent
cb6a4d0143
commit
e05535267b
11 changed files with 6 additions and 368 deletions
|
@ -22,23 +22,28 @@ chunk_size 60000;
|
|||
# the log dir for FFMPEG.
|
||||
# if enabled ffmpeg, each transcoding stream will create a log file.
|
||||
# /dev/null to disable the log.
|
||||
# Note: Do not support reloading, for SRS5+
|
||||
# default: ./objs
|
||||
ff_log_dir ./objs;
|
||||
# the log level for FFMPEG.
|
||||
# info warning error fatal panic quiet
|
||||
# trace debug verbose
|
||||
# Note: Do not support reloading, for SRS5+
|
||||
# default: info
|
||||
ff_log_level info;
|
||||
# the log tank, console or file.
|
||||
# if console, print log to console.
|
||||
# if file, write log to file. requires srs_log_file if log to file.
|
||||
# Note: Do not support reloading, for SRS5+
|
||||
# default: file.
|
||||
srs_log_tank console;
|
||||
# the log level, for all log tanks.
|
||||
# can be: verbose, info, trace, warn, error
|
||||
# Note: Do not support reloading, for SRS5+
|
||||
# default: trace
|
||||
srs_log_level trace;
|
||||
# when srs_log_tank is file, specifies the log file.
|
||||
# Note: Do not support reloading, for SRS5+
|
||||
# default: ./objs/srs.log
|
||||
srs_log_file ./objs/srs.log;
|
||||
# the max connections.
|
||||
|
@ -52,6 +57,7 @@ daemon off;
|
|||
# whether use utc_time to generate the time struct,
|
||||
# if off, use localtime() to generate it,
|
||||
# if on, use gmtime() instead, which use UTC time.
|
||||
# Note: Do not support reloading, for SRS5+
|
||||
# default: off
|
||||
utc_time off;
|
||||
# config for the pithy print in ms,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue