mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
change default log tank to file.
This commit is contained in:
parent
e56d7add44
commit
29ac4c724b
1 changed files with 1 additions and 1 deletions
|
@ -3093,7 +3093,7 @@ bool SrsConfig::get_log_tank_file()
|
|||
|
||||
SrsConfDirective* conf = root->get("srs_log_tank");
|
||||
if (!conf || conf->arg0().empty()) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
return conf->arg0() != SRS_CONF_DEFAULT_LOG_TANK_CONSOLE;
|
||||
|
|
Loading…
Reference in a new issue