1
0
Fork 0
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:
winlin 2020-02-05 13:20:37 +08:00
parent c6d914bc13
commit f6fa889393

View file

@ -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.