mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +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
|
||||
# trace debug verbose
|
||||
# default: info
|
||||
ff_log_level warning;
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue