Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

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.10/programs-arangod-log.md
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
  • Loading branch information
cpjulia and jsteemann authored Jan 27, 2022
commit d1c74eb0ee87979bd504f34a6ecd2b5606ea3a44
3 changes: 1 addition & 2 deletions 3.10/programs-arangod-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,7 @@ request. When the parameters are given upon starting the server with
it with the `true` value are considered as setting the parameter to true.
Hence, it will be displayed along with the log messages.
The usage upon starting the server is, for example:
`arangod --log.structured-param database=true
--log.structured-param username`.
`arangod --log.structured-param database=true --log.structured-param username`.
If the parameter is set during execution with via HTTP request, it must be sent
as an object. A parameter that was set upon server start can be unset by
providing its name as a key and `false` as value.
Expand Down