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
but we recommend that you take a moment and read our [contribution guide](CONTRIBUTING.md) first.
49
49
50
-
To ease development,
51
-
set the environment variable `DEBUG_PAYLOAD=1` to have the agent dump the JSON payload sent to the APM Server to a temporary file on your local harddrive.
50
+
To see what data is being sent to the APM Server,
51
+
use the environment variable `ELASTIC_APM_PAYLOAD_LOG_FILE` (or the config option `payloadLogFile`) to speicfy a log file,
52
+
e.g:
53
+
54
+
```
55
+
ELASTIC_APM_PAYLOAD_LOG_FILE=/tmp/payload.ndjson
56
+
```
52
57
53
58
Please see [TESTING.md](TESTING.md) for instructions on how to run the test suite.
0 commit comments