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 9de888db958238a2693d4bb0f719c2d67a2d51a1
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 @@ -265,7 +265,7 @@ Also see [Database Naming Conventions](data-modeling-naming-conventions-database

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

- `--log.escape-control-chars`: this flag applies to the control characters, which have hex code below `\x20`, and also the character DEL, with hex code of `\x7f`. When its value is set to false, the control
Expand Down
0