From f6fa8893937fbfc0d91022a37cf797ae9bd4427c Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 5 Feb 2020 13:20:37 +0800 Subject: [PATCH] For #1592, default ff_log_level to info --- trunk/conf/full.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index afa9b700e1..c1e268ad81 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -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.