mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1592, default ff_log_level to info
This commit is contained in:
parent
c6d914bc13
commit
f6fa889393
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ ff_log_dir ./objs;
|
||||||
# info warning error fatal panic quiet
|
# info warning error fatal panic quiet
|
||||||
# trace debug verbose
|
# trace debug verbose
|
||||||
# default: info
|
# default: info
|
||||||
ff_log_level warning;
|
ff_log_level info;
|
||||||
# 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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue