8000 Added documentation for feature/escaping-unicode-control-chars by cpjulia · Pull Request #771 · arangodb/docs · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Added documentation for feature/escaping-unicode-control-chars #771

Merged
merged 17 commits into from
Oct 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 3.9/release-notes-new-features39.md
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
  • Loading branch information
cpjulia and jsteemann authored Sep 21, 2021
commit 7b2864e9dbea99bddffc124fdf85b4f9dea17ae2
2 changes: 1 addition & 1 deletion 3.9/release-notes-new-features39.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Also see [Database Naming Conventions](data-modeling-naming-conventions-database

### Logging

The server now has two flags for retaining or escaping control and unicode
The server now has two flags for retaining or escaping control and Unicode
characters in the log. The flag `log.escape` is deprecated and, instead,
the new flags `--log.escape-control-chars` and `log.escape-unicode-chars`
should be used.
Expand Down
0