Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
Dmitriy 2021-09-20 19:58:29 +03:00 committed by GitHub
parent b4b9859ff9
commit 472f8ff44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3573,9 +3573,9 @@ Allows a user to write to [query_log](../../operations/system-tables/query_log.m
Possible values:
- 0 — Queries are not logged in tables.
- Positive floating-point number in the range [0..1]. For example, if the setting value is `0,5`, about half of the queries are logged in tables.
- 1 — All queries are logged in tables.
- 0 — Queries are not logged in the system tables.
- Positive floating-point number in the range [0..1]. For example, if the setting value is `0.5`, about half of the queries are logged in the system tables.
- 1 — All queries are logged in the system tables.
Default value: `1`.