|
|
@ -21,8 +21,10 @@ ff_log_dir ./objs/logs;
|
|
|
|
# the log tank, console or file.
|
|
|
|
# the log tank, console or file.
|
|
|
|
# if console, print log to console.
|
|
|
|
# if console, print log to console.
|
|
|
|
# if file, write log to file. requires srs_log_file if log to file.
|
|
|
|
# if file, write log to file. requires srs_log_file if log to file.
|
|
|
|
# default: console.
|
|
|
|
# default: file.
|
|
|
|
srs_log_tank console;
|
|
|
|
srs_log_tank file;
|
|
|
|
|
|
|
|
# when srs_log_tank is file, specifies the log file.
|
|
|
|
|
|
|
|
# default: ./objs/srs.log
|
|
|
|
srs_log_file ./objs/srs.log;
|
|
|
|
srs_log_file ./objs/srs.log;
|
|
|
|
# the max connections.
|
|
|
|
# the max connections.
|
|
|
|
# if exceed the max connections, server will drop the new connection.
|
|
|
|
# if exceed the max connections, server will drop the new connection.
|
|
|
|