浏览代码

Merge pull request #14061 from rpastrana/HPCC-24515

HPCC-24515 Provide logging level (detail) writeup

Reviewed-By: Jake Smith <jake.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 年之前
父节点
当前提交
f72fe21cb0
共有 2 个文件被更改,包括 31 次插入9 次删除
  1. 17 9
      helm/examples/logging/README.md
  2. 14 0
      helm/examples/logging/esp-eclwatch-low-logging-values.txt

文件差异内容过多而无法显示
+ 17 - 9
helm/examples/logging/README.md


+ 14 - 0
helm/examples/logging/esp-eclwatch-low-logging-values.txt

@@ -0,0 +1,14 @@
+esp:
+- name: eclwatch
+  application: eclwatch
+  auth: none
+  tls: off
+  replicas: 1
+  port: 8888
+  servicePort: 8010
+  public: true
+  logging:
+    detail: 30                 # Low logging level, include critical, err, and warn messages
+    fields: "MID+DAT+TIM+QUO"  # Only output selected logging fields
+
+## Note: this sample file only defines one esp application 'eclwatch'