This is an automated email from the ASF dual-hosted git repository.
chenjiahao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 56b654f14ca docs: fix system-log-level default value (#29797)
56b654f14ca is described below
commit 56b654f14cade3b97a8763822bdd8d6033dfb8c2
Author: Stephen Ni <[email protected]>
AuthorDate: Mon Jan 22 10:38:12 2024 +0800
docs: fix system-log-level default value (#29797)
---
.../shardingsphere-proxy/yaml-config/props.cn.md | 30 +++++++++++-----------
.../shardingsphere-proxy/yaml-config/props.en.md | 2 +-
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
index adc42f33939..1fcdd082818 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
@@ -10,21 +10,21 @@ Apache ShardingSphere 提供了丰富的系统配置属性,用户可通过 `se
## 参数解释
-| *名称* | *数据类型* | *说明*
| *默认值* | *动态生效* |
-|-------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------|----------|--------|
-| system-log-level (?) | String | 系统日志输出级别,支持
DEBUG、INFO、WARN 和 ERROR,默认级别是 INFO。
| false | 是 |
-| sql-show (?) | boolean | 是否在日志中打印 SQL。 <br />
打印 SQL 可以帮助开发者快速定位系统问题。日志内容包含:逻辑 SQL,真实 SQL 和 SQL 解析结果。<br /> 如果开启配置,日志将使用
Topic `ShardingSphere-SQL`,日志级别是 INFO。 | false | 是 |
-| sql-simple (?) | boolean | 是否在日志中打印简单风格的 SQL。
| false | 是 |
-| kernel-executor-size (?) | int | 用于设置任务处理线程池的大小。每个
ShardingSphereDataSource 使用一个独立的线程池,同一个 JVM 的不同数据源不共享线程池。
| infinite | 否 |
-| max-connections-size-per-query (?) | int |
一次查询请求在每个数据库实例中所能使用的最大连接数。
| 1 | 是 |
-| check-table-metadata-enabled (?) | boolean |
在程序启动和更新时,是否检查分片元数据的结构一致性。
| false | 是 |
-| proxy-frontend-flush-threshold (?) | int | 在
ShardingSphere-Proxy 中设置传输数据条数的 IO 刷新阈值。
| 128 | 是 |
-| proxy-backend-query-fetch-size (?) | int | Proxy
后端与数据库交互的每次获取数据行数(使用游标的情况下)。数值增大可能会增加 ShardingSphere Proxy 的内存使用。默认值为 -1,代表设置为
JDBC 驱动的最小值。 | -1 | 是 |
-| proxy-frontend-executor-size (?) | int | Proxy 前端 Netty
线程池线程数量,默认值 0 代表使用 Netty 默认值。
| 0 | 否 |
-| proxy-frontend-max-connections (?) | int | 允许连接 Proxy
的最大客户端数量,默认值 0 代表不限制。
| 0 | 是 |
-| proxy-default-port (?) | String | Proxy 通过配置文件指定默认端口。
| 3307 | 否 |
-| proxy-netty-backlog (?) | int | Proxy
通过配置文件指定默认netty back_log参数。
| 1024 | 否 |
-| proxy-frontend-database-protocol-type (?) | String | Proxy 前端协议类型,支持
MySQL,PostgreSQL 和 openGauss
| \"\" | 否 |
+| *名称* | *数据类型* | *说明*
| *默认值* | *动态生效* |
+|-------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------|-----------------|--------|
+| system-log-level (?) | String | 系统日志输出级别,支持
DEBUG、INFO、WARN 和 ERROR,默认级别是 INFO。
| INFO | 是 |
+| sql-show (?) | boolean | 是否在日志中打印 SQL。 <br />
打印 SQL 可以帮助开发者快速定位系统问题。日志内容包含:逻辑 SQL,真实 SQL 和 SQL 解析结果。<br /> 如果开启配置,日志将使用
Topic `ShardingSphere-SQL`,日志级别是 INFO。 | false | 是 |
+| sql-simple (?) | boolean | 是否在日志中打印简单风格的 SQL。
| false | 是 |
+| kernel-executor-size (?) | int | 用于设置任务处理线程池的大小。每个
ShardingSphereDataSource 使用一个独立的线程池,同一个 JVM 的不同数据源不共享线程池。
| infinite | 否 |
+| max-connections-size-per-query (?) | int |
一次查询请求在每个数据库实例中所能使用的最大连接数。
| 1 | 是
|
+| check-table-metadata-enabled (?) | boolean |
在程序启动和更新时,是否检查分片元数据的结构一致性。
| false | 是
|
+| proxy-frontend-flush-threshold (?) | int | 在
ShardingSphere-Proxy 中设置传输数据条数的 IO 刷新阈值。
| 128 | 是
|
+| proxy-backend-query-fetch-size (?) | int | Proxy
后端与数据库交互的每次获取数据行数(使用游标的情况下)。数值增大可能会增加 ShardingSphere Proxy 的内存使用。默认值为 -1,代表设置为
JDBC 驱动的最小值。 | -1 | 是 |
+| proxy-frontend-executor-size (?) | int | Proxy 前端 Netty
线程池线程数量,默认值 0 代表使用 Netty 默认值。
| 0 | 否 |
+| proxy-frontend-max-connections (?) | int | 允许连接 Proxy
的最大客户端数量,默认值 0 代表不限制。
| 0 | 是 |
+| proxy-default-port (?) | String | Proxy 通过配置文件指定默认端口。
| 3307 | 否 |
+| proxy-netty-backlog (?) | int | Proxy
通过配置文件指定默认netty back_log参数。
| 1024 | 否 |
+| proxy-frontend-database-protocol-type (?) | String | Proxy 前端协议类型,支持
MySQL,PostgreSQL 和 openGauss
| \"\" | 否 |
| proxy-frontend-ssl-enabled (?) | boolean | Proxy 前端启用 SSL/TLS。
| false | 否 |
| proxy-frontend-ssl-version (?) | String | 要启用的 SSL/TLS
协议。空白以使用默认值。
| TLSv1.2,TLSv1.3 | 否 |
| proxy-frontend-ssl-cipher (?) | String |
按偏好顺序启用的密码套件。用逗号分隔的多密码套件。空白以使用默认值。
| \"\" | 否 |
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
index 82adecd658d..3af204f8a8f 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
@@ -12,7 +12,7 @@ Apache ShardingSphere provides a wealth of system
configuration properties, whic
| *Name* | *Data Type* | *Description*
| *Default* | *Dynamic Update* |
|-------------------------------------------|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|------------------|
-| system-log-level (?) | String | System log output
level, supports DEBUG, INFO, WARN and ERROR, the default level is INFO.
| false | True |
+| system-log-level (?) | String | System log output
level, supports DEBUG, INFO, WARN and ERROR, the default level is INFO.
| INFO | True |
| sql-show (?) | boolean | Whether to print
SQL in logs. <br /> Printing SQL can help developers quickly locate system
problems. Logs contain the following contents: logical SQL, authentic SQL and
SQL parsing result. <br /> If configuration is enabled, logs will use Topic
`ShardingSphere-SQL`, and log level is INFO. | false | True
|
| sql-simple (?) | boolean | Whether to print
simple SQL in logs.
| false | True |
| kernel-executor-size (?) | int | Set the size of
the thread pool for task processing. Each ShardingSphereDataSource uses an
independent thread pool, and different data sources on the same JVM do not
share thread pools.
| infinite | False
|