Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Lint20a #33378

Merged
merged 1 commit into from
Oct 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/administration/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ After the service is started, you may adjust the configuration parameters to mee
|report_disk_state_interval_seconds|60| The interval of reporting the state of each disk, the amount of data on it, etc. |
|report_tablet_interval_seconds|60| The interval of reporting the state of each tablet. Report the latest version of each tablet |
|alter_tablet_timeout_seconds|86400|Timeout of schema change |
|sys_log_dir|${STARROCKS_HOME}/log| The directory where logs, including INFO, WARNING, ERROR, FATAL, etc. are stored |
|user_function_dir|${STARROKCS_HOME}/lib/udf| The directory where UDF programs are stored |
|sys_log_dir|`${STARROCKS_HOME}/log`| The directory where logs, including INFO, WARNING, ERROR, FATAL, etc. are stored |
|user_function_dir|`${STARROKCS_HOME}/lib/udf`| The directory where UDF programs are stored |
|sys_log_level|INFO| log level,INFO < WARNING < ERROR < FATAL|
|sys_log_roll_mode|SIZE-MB-1024| The size of the log split, per GB |
|sys_log_roll_num|10| The number of logs to keep |
Expand Down
Loading