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:
parent
c50c51889a
commit
c6d914bc13
5 changed files with 18 additions and 13 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue