Skip to content

Commit 8bf5c98

Browse files
authored
Update log-support.md
fixed the formatting issue for NONE and INFO
1 parent 6188d7e commit 8bf5c98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/log-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following logging severity levels are supported and the default value is `IN
99
- `ERROR`: Only fatal messages and error messages are logged.
1010
- `INFO`: Only fatal, error, and informational messages are logged.
1111

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`.
1313

1414
You can configure logging using the environment variable `NSOE_LOG_LEVEL` while deploying NetScaler Observability Exporter for each endpoint.
1515

@@ -24,4 +24,4 @@ The following are the types of logs that you can get:
2424
- NetScaler Observability Exporter configuration file errors and parsing errors.
2525
- Endpoint (ElasticSearch, Splunk) status such as up or down.
2626
- 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

Comments
 (0)