mirror of https://gitee.com/bigwinds/arangodb
using logger
This commit is contained in:
parent
5cccbe44ba
commit
9787bac026
|
@ -170,7 +170,7 @@ namespace {
|
|||
exit(EXIT_FAILURE);
|
||||
}
|
||||
else {
|
||||
cerr << "changed into directory '" << workingDirectory << "'\n";
|
||||
LOGGER_INFO << "changed into directory '" << workingDirectory << "'";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -260,7 +260,7 @@ void AvocadoServer::buildApplicationServer () {
|
|||
// database options
|
||||
// .............................................................................
|
||||
|
||||
additional["DATABASE Options:help-extended"]
|
||||
additional["DATABASE Options:help-admin"]
|
||||
("database.directory", &_databasePath, "path to the database directory (use this option in configuration files instead of passing it via the command line)")
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue