Skip to content

Commit b82d0fb

Browse files
committed
Preparing for release
1 parent 610c083 commit b82d0fb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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.

0 commit comments

Comments
 (0)