Skip to Content

Curl Debug Logs

Introduction

Curl debug logs for Private Agents can be used for detailed tracing of FTP and HTTP connections as described on this page.

Curl Debug Logs

To enable Curl debugging, edit the Private Agent configuration file (jitterbit.conf) as follows, and then restart Jitterbit services.

Under the [Settings] section, set CurlDebugDir to the path of an existing directory where Jitterbit processes have write permission. Each FTP and HTTP connection will create a separate file in this directory.

Use forward slashes for the directory, even on Windows. For example:

CurlDebugDir='C:/Temp/JitterbitData/Curl'

The logs are written to the specified directory path.

Caution

When you are done with the Curl logs, remember to disable Curl debugging. As numerous files are generated, forgetting to disable Curl debugging could cause space issues on the agent.