Browse Source

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 years ago
parent
commit
f72fe21cb0

File diff suppressed because it is too large
+ 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'