1
0
Fork 0
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:
winlin 2015-04-07 17:55:45 +08:00
parent e56d7add44
commit 29ac4c724b

View file

@ -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;