You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/log-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The following logging severity levels are supported and the default value is `IN
9
9
-`ERROR`: Only fatal messages and error messages are logged.
10
10
-`INFO`: Only fatal, error, and informational messages are logged.
11
11
12
-
For Kubernetes YAML based deployments the default value is NONE. But, for Helm and OpenShift operator deployments of NetScaler Observability Exporter logging is enabled by default and set as INFO.
12
+
For Kubernetes YAML based deployments the default value is `NONE`. But, for Helm and OpenShift operator deployments of NetScaler Observability Exporter logging is enabled by default and set as `INFO`.
13
13
14
14
You can configure logging using the environment variable `NSOE_LOG_LEVEL` while deploying NetScaler Observability Exporter for each endpoint.
15
15
@@ -24,4 +24,4 @@ The following are the types of logs that you can get:
24
24
- NetScaler Observability Exporter configuration file errors and parsing errors.
25
25
- Endpoint (ElasticSearch, Splunk) status such as up or down.
26
26
- Endpoint specific configuration errors. For example, the message saying `Kafka topic is invalid`.
27
-
- NetScaler related configuration messages. For example, adding or deleting a NetScaler IP address.
27
+
- NetScaler related configuration messages. For example, adding or deleting a NetScaler IP address.
0 commit comments