Skip to content

Commit 3df0d0d

Browse files
authored
[auth]change default log level of ranger to warn (apache#1433)
## Versions - [x] dev - [x] 3.0 - [x] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built
1 parent e2c4201 commit 3df0d0d

File tree

6 files changed

+6
-6
lines changed
  • docs/admin-manual/auth
  • i18n/zh-CN/docusaurus-plugin-content-docs
  • versioned_docs

6 files changed

+6
-6
lines changed

docs/admin-manual/auth/ranger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Afterwards, you can see the created service in the Apache Doris plug-in on the S
187187
3. Create a `log4j.properties` file in the conf directory of all FEs with the following content:
188188
189189
```
190-
log4j.rootLogger = debug,stdout,D
190+
log4j.rootLogger = warn,stdout,D
191191
192192
log4j.appender.stdout = org.apache.log4j.ConsoleAppender
193193
log4j.appender.stdout.Target = System.out

i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/ranger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Config Properties 部分参数含义如下:
187187
3. 在所有 FE 的 conf 目录创建 `log4j.properties` 文件,内容如下:
188188
189189
```
190-
log4j.rootLogger = debug,stdout,D
190+
log4j.rootLogger = warn,stdout,D
191191
192192
log4j.appender.stdout = org.apache.log4j.ConsoleAppender
193193
log4j.appender.stdout.Target = System.out

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/auth/ranger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Config Properties 部分参数含义如下:
187187
3. 在所有 FE 的 conf 目录创建 `log4j.properties` 文件,内容如下:
188188
189189
```
190-
log4j.rootLogger = debug,stdout,D
190+
log4j.rootLogger = warn,stdout,D
191191
192192
log4j.appender.stdout = org.apache.log4j.ConsoleAppender
193193
log4j.appender.stdout.Target = System.out

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/auth/ranger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Config Properties 部分参数含义如下:
187187
3. 在所有 FE 的 conf 目录创建 `log4j.properties` 文件,内容如下:
188188
189189
```
190-
log4j.rootLogger = debug,stdout,D
190+
log4j.rootLogger = warn,stdout,D
191191
192192
log4j.appender.stdout = org.apache.log4j.ConsoleAppender
193193
log4j.appender.stdout.Target = System.out

versioned_docs/version-2.1/admin-manual/auth/ranger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Afterwards, you can see the created service in the Apache Doris plug-in on the S
187187
3. Create a `log4j.properties` file in the conf directory of all FEs with the following content:
188188
189189
```
190-
log4j.rootLogger = debug,stdout,D
190+
log4j.rootLogger = warn,stdout,D
191191
192192
log4j.appender.stdout = org.apache.log4j.ConsoleAppender
193193
log4j.appender.stdout.Target = System.out

versioned_docs/version-3.0/admin-manual/auth/ranger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Afterwards, you can see the created service in the Apache Doris plug-in on the S
187187
3. Create a `log4j.properties` file in the conf directory of all FEs with the following content:
188188
189189
```
190-
log4j.rootLogger = debug,stdout,D
190+
log4j.rootLogger = warn,stdout,D
191191
192192
log4j.appender.stdout = org.apache.log4j.ConsoleAppender
193193
log4j.appender.stdout.Target = System.out

0 commit comments

Comments
 (0)