# Logging

Parameters for controlling CopyStorm/Restore job logging and informational output.

![](/files/H2dDfb2MOVc6g0LGkh4j)

##

| Parameter                     | Description                                                                                                                                              |
| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SOQL Log File                 | If set to a writable file, CopyStorm/Restore will log each SOQL statement issued to Salesforce..                                                         |
| Truncate SOQL Log on Restore  | If checked, CopyStorm/Restore will truncate the SOQL Log File at the start of each restore operation.                                                    |
| Truncate Error Log on Restore | If checked, CopyStorm/Restore will truncate the restoration error log at the start of each restore operation.                                            |
| Enable Trace Mode             | If checked, CopyStorm/Restore will log details about the restore process to stderr. This option is typically used when Capstorm is diagnosing a problem. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.capstorm.com/copystorm-restore/reference/global-parameters-tab/logging.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
