Fix by comments

Поправил согласно комментариям в PR.
This commit is contained in:
Dmitriy 2021-11-06 11:07:41 +03:00
parent 5481d3f144
commit 6f2d7e542a
4 changed files with 3 additions and 8 deletions

View File

@ -994,7 +994,7 @@ log_query_views=1
## log_formatted_queries {#settings-log-formatted-queries}
Allows a user to log formatted queries and to write to the [system.query_log](../../operations/system-tables/query_log.md) system table.
Allows to log formatted queries to the [system.query_log](../../operations/system-tables/query_log.md) system table.
Possible values:

View File

@ -186,6 +186,3 @@ used_table_functions: []
**See Also**
- [system.query_thread_log](../../operations/system-tables/query_thread_log.md#system_tables-query_thread_log) — This table contains information about each query execution thread.
- [system.query_views_log](../../operations/system-tables/query_views_log.md#system_tables-query_views_log) — This table contains information about each view executed during a query.
[Original article](https://clickhouse.com/docs/en/operations/system-tables/query_log) <!--hide-->

View File

@ -924,7 +924,7 @@ log_query_threads=1
## log_formatted_queries {#settings-log-formatted-queries}
Позволяет пользователю регистрировать отформатированные запросы и записывать их в системную таблицу [system.query_log](../../operations/system-tables/query_log.md).
Позволяет регистрировать отформатированные запросы в системной таблице [system.query_log](../../operations/system-tables/query_log.md).
Возможные значения:

View File

@ -182,8 +182,6 @@ used_storages: []
used_table_functions: []
```
**Смотрите также**
**См. также**
- [system.query_thread_log](../../operations/system-tables/query_thread_log.md#system_tables-query_thread_log) — в этой таблице содержится информация о цепочке каждого выполненного запроса.
[Оригинальная статья](https://clickhouse.com/docs/ru/operations/system_tables/query_log) <!--hide-->