mirror of https://gitee.com/bigwinds/arangodb
fix loglevel
This commit is contained in:
parent
b3857d14b6
commit
4b98e961f6
|
@ -175,7 +175,7 @@ void DatabaseManagerThread::run() {
|
||||||
};
|
};
|
||||||
while (!arangodb::wal::LogfileManager::instance()
|
while (!arangodb::wal::LogfileManager::instance()
|
||||||
->executeWhileNothingQueued(callback)) {
|
->executeWhileNothingQueued(callback)) {
|
||||||
LOG(INFO) << "Trying to shutdown dropped database, waiting for phase in which the collector thread does not have queued operations.";
|
LOG(DEBUG) << "Trying to shutdown dropped database, waiting for phase in which the collector thread does not have queued operations.";
|
||||||
usleep(500000);
|
usleep(500000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue