This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch doc5.0 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit bc5f80c567dfe7fd5eac524ea99c40479447832a Author: longfei.jiang <longfei.ji...@kyligence.io> AuthorDate: Thu Apr 6 17:04:29 2023 +0800 KYLIN-5491 add new log file --- website/docs/operations/logs/system_log.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/operations/logs/system_log.md b/website/docs/operations/logs/system_log.md index 8e17b360e6..9ac6e2c504 100755 --- a/website/docs/operations/logs/system_log.md +++ b/website/docs/operations/logs/system_log.md @@ -62,6 +62,12 @@ This file records logs related to task scheduling, whose default logging level i #### `kylin.query.log` This file records query related logs, whose default logging level is DEBUG. +#### `kylin.build.log` +This file records build-related logs, whose default logging level is DEBUG. + +#### `kylin.metadata.log` +This file records metadata and transaction operations related logs, whose default logging level is DEBUG. + #### `dump.hprof` When Out of Memory (OOM) occurs in Kylin, it will dump the entire heap, which is convenient for checking the cause. > Note: When you have a large memory setting and Out of Memory OOM occurs, the > file dump.hprof will occupy a large storage space, which may cause your disk > space to be insufficient and the node to be abnormal. You can manually clean > up the historical file.