From bff7ef085dc05846c0c5a03d909483f5a4ac30a2 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 5 Jul 2020 22:01:03 +0800 Subject: [PATCH] Log: Allow log verbose and info --- trunk/auto/options.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index 43f0e701a..5b4728dc5 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -65,7 +65,7 @@ SRS_GCOV=NO # always enable the warn/error level. SRS_LOG_VERBOSE=NO SRS_LOG_INFO=NO -SRS_LOG_TRACE=NO +SRS_LOG_TRACE=YES # ################################################################ # experts @@ -437,11 +437,6 @@ if [ $help = yes ]; then fi function apply_detail_options() { - # always set the log level for all presets. - SRS_LOG_VERBOSE=NO - SRS_LOG_INFO=NO - SRS_LOG_TRACE=YES - # set default preset if not specifies if [[ $SRS_PURE_RTMP == NO && $SRS_FAST == NO && $SRS_DISABLE_ALL == NO && $SRS_ENABLE_ALL == NO && \ $SRS_DEV == NO && $SRS_FAST_DEV == NO && $SRS_DEMO == NO && $SRS_PI == NO && $SRS_CUBIE == NO && \