File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changes from version 0.11.3 to 0.12.0
2+
3+ - Starter now writes it log output to file, unless you set the ` --log.file ` option to ` false ` .
4+ In this change, a new logging component is used, that results in some changes in the
5+ way the log messages appear in the log output. Also coloring of the logs has been slightly
6+ changed.
7+ Other new command line options are ` --log.console=<bool> ` to enable/disable logging
8+ to the standard output and ` --log.color=<bool> ` to enable/disable coloring
9+ log output. By default log output is using color when there is a terminal attached
10+ to the standard input of the process and the OS is not Windows.
11+ - Fixed ` arangodb start ` command. (#112 )
12+
113# Changes from version 0.11.2 to 0.11.3
214
315- Solved problem with agency supervision mode in database auto-upgrade API.
You can’t perform that action at this time.
0 commit comments