mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add log level in conf. change to 0.9.45
This commit is contained in:
parent
4984631cd6
commit
3f13726544
12 changed files with 103 additions and 43 deletions
|
@ -26,6 +26,10 @@ ff_log_dir ./objs/logs;
|
|||
# if file, write log to file. requires srs_log_file if log to file.
|
||||
# default: file.
|
||||
srs_log_tank file;
|
||||
# the log level, for all log tanks.
|
||||
# can be: verbose, info, trace, warn, error
|
||||
# defualt: trace
|
||||
srs_log_level trace;
|
||||
# when srs_log_tank is file, specifies the log file.
|
||||
# default: ./objs/srs.log
|
||||
srs_log_file ./objs/srs.log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue