Skip to content

Commit 708912d

Browse files
authored
Update 02-query-config.md (#3027)
log history table log_only only support bool: https://github.com/databendlabs/databend/blob/main/src/query/config/src/config.rs#L2782
1 parent f16cc81 commit 708912d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/guides/10-deploy/04-references/02-node-config/02-query-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The following is a list of the parameters available within the [log.history] sec
109109
| Parameter | Description |
110110
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
111111
| on | Enables or disables the history logging feature. Defaults to false. Set to true to enable history tables. |
112-
| log_only | Nodes with enabled will delegate transformation tasks to other nodes, reducing their own workload. |
112+
| log_only | Bool: true/false. Nodes with enabled will delegate transformation tasks to other nodes, reducing their own workload. |
113113
| interval | Specifies the interval (in seconds) at which the history log is flushed. Defaults to 2. |
114114
| stage_name | Specifies the name of the staging area that temporarily holds log data before it is finally copied into the table. Defaults to a unique value to avoid conflicts. |
115115
| level | Sets the log level (DEBUG, TRACE, INFO, WARN, or ERROR) for history logging. Defaults to WARN. |

0 commit comments

Comments
 (0)