mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Log: Allow log verbose and info
This commit is contained in:
parent
51abd55b16
commit
bff7ef085d
1 changed files with 1 additions and 6 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue