mirror of https://gitee.com/bigwinds/arangodb
remove now-obsolete warning (#9803)
This commit is contained in:
parent
f01385e969
commit
f3d24e0f67
|
@ -1,7 +1,9 @@
|
|||
devel
|
||||
-----
|
||||
|
||||
* Add TransactionStatistics to ServerStatistics (transactions started /
|
||||
* Fixed internal issue #4407: remove storage engine warning
|
||||
|
||||
* Added TransactionStatistics to ServerStatistics (transactions started /
|
||||
aborted / committed and number of intermediate commits).
|
||||
|
||||
* Agents to remove callback entries when responded to with code 404
|
||||
|
|
|
@ -94,13 +94,6 @@ void EngineSelectorFeature::prepare() {
|
|||
|
||||
if (_engine == "auto") {
|
||||
_engine = defaultEngine();
|
||||
LOG_TOPIC("18bb0", WARN, Logger::STARTUP)
|
||||
<< "using default storage engine '" << _engine
|
||||
<< "', as no storage engine was explicitly selected via the "
|
||||
"`--server.storage-engine` option";
|
||||
LOG_TOPIC("bdd59", INFO, Logger::STARTUP)
|
||||
<< "please note that default storage engine has changed from 'mmfiles' "
|
||||
"to 'rocksdb' in ArangoDB 3.4";
|
||||
}
|
||||
|
||||
TRI_ASSERT(_engine != "auto");
|
||||
|
|
Loading…
Reference in New Issue