This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 1511a328 keep the yaml format consistent
1511a328 is described below
commit 1511a328d38736b4b097d5cc61534210c9c52c46
Author: yangjf2019 <[email protected]>
AuthorDate: Thu Nov 17 17:07:09 2022 +0800
keep the yaml format consistent
---
docs/content/docs/operations/metrics-logging.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/docs/operations/metrics-logging.md
b/docs/content/docs/operations/metrics-logging.md
index 1478e92e..75d97ae1 100644
--- a/docs/content/docs/operations/metrics-logging.md
+++ b/docs/content/docs/operations/metrics-logging.md
@@ -195,7 +195,7 @@ Users have the freedom to override the default
`log4j-console.properties` settin
spec:
...
logConfiguration:
- "log4j-console.properties": |
+ log4j-console.properties: |+
rootLogger.level = DEBUG
rootLogger.appenderRef.file.ref = LogFile
...