Skip to content

Commit 54799f1

Browse files
wubxChasen-Zhang
authored andcommitted
The correct configuration option is limit
1 parent d55c2bc commit 54799f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ The following is a list of the parameters available within the [log.file] sectio
6060
| level | Log level for file-based logging (e.g., "DEBUG", "INFO"). Default: "DEBUG" |
6161
| dir | Directory where log files will be stored. Default: "./.databend/logs" |
6262
| format | Log format for file-based logging (e.g., "json", "text"). Default: "json" |
63+
| limit | Determines the maximum number of log files to be retained. Defaults to 48 |
6364

6465
### [log.stderr] Section
6566

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
@@ -69,7 +69,7 @@ The following is a list of the parameters available within the [log.file] sectio
6969
| dir | Path to store log files. |
7070
| level | Log level: DEBUG, INFO, or ERROR. Defaults to INFO. |
7171
| format | Log format: json or text. Defaults to json. |
72-
| file_limit | Determines the maximum number of log files to be retained. Defaults to 48. |
72+
| limit | Determines the maximum number of log files to be retained. Defaults to 48. |
7373

7474
### [log.stderr] Section
7575

0 commit comments

Comments
 (0)