Sha256: f9b6fe4acfc33f74c15a38c34444b5b37cd33cec97331406f765087282ba1b54

Contents?: true

Size: 395 Bytes

Versions: 4

Compression:

Stored size: 395 Bytes

Contents

# Troubleshooting

## Enable debug logging

When things are not working, a good first step is to restart the program with
debug logging enabled. Do this by setting the `OTEL_LOG_LEVEL` environment
variable to `debug`.

```sh
export OTEL_LOG_LEVEL="debug"
```

Make sure to unset the environment variable after the issue is resolved, as its
output might overload systems if left on indefinitely.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
splunk-otel-1.1.0 docs/troubleshooting.md
splunk-otel-1.0.0 docs/troubleshooting.md
splunk-otel-0.2.0 docs/troubleshooting.md
splunk-otel-0.1.0 docs/troubleshooting.md