1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix #1592, fix terminal echo off by redirect process stdin. 3.0.115

This commit is contained in:
winlin 2020-02-05 13:04:00 +08:00
parent c50c51889a
commit c6d914bc13
5 changed files with 18 additions and 13 deletions

View file

@ -5785,7 +5785,7 @@ string SrsConfig::get_ff_log_dir()
string SrsConfig::get_ff_log_level()
{
static string DEFAULT = "warning";
static string DEFAULT = "info";
SrsConfDirective* conf = root->get("ff_log_level");
if (!conf || conf->arg0().empty()) {