1
0
Fork 0
This commit is contained in:
Jan Steemann 2012-11-27 12:27:49 +01:00
parent 1d98ab44fc
commit f45dfd542a
1 changed files with 9 additions and 1 deletions

View File

@ -137,7 +137,6 @@ following command line option:
Of course this option can also be stored in a configuration file.
### HTTP keep-alive
The following _arangod_ startup options have been removed in ArangoDB
@ -261,6 +260,15 @@ interactively prompt for a password. If no username is specified on
the command line, the default user _root_ will be used but there will
still be a password prompt.
Change of syslog usage
----------------------
In 1.0, arangod always logged its output to the syslog, regardless of
any other logging that was configured. In 1.1, this has changed. Log
messages will be sent to the syslog only if the server is started with
the `--log.syslog` option and a non-empty string (the log facility)
is given to it.
Removed functionality
---------------------