فهرست منبع

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'