1
0
Fork 0

remove now-obsolete warning (#9803)

This commit is contained in:
Jan 2019-08-26 13:20:28 +02:00 committed by GitHub
parent f01385e969
commit f3d24e0f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 8 deletions

View File

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

View File

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