# Common Parameters

## Common Adaptor Details

This set of parameters is present in every adaptor.

* **Name\***

  Enter a unique name for this scanner
* **Adapter type\***

  Select the required connector from the list of available connectors
* **Location\***

  Select the Job Server location where this job should run. Job Servers are defined in the Jobserver window. If no Job Server was selected, migration-center will prompt the user to define a Job Server Location when saving the scanner.
* **Description**

  Enter a description for this scanner (optional)

{% hint style="warning" %}
Parameters marked with an asterisk **(\*)** are **mandatory**.
{% endhint %}

## Logging Level

All adaptors have the **loggingLevel** parameter which sets the verbosity of the run log.

The **loggingLevel** parameter can have one of 4 numerical values:

**1** - logs only errors during scan

**2** - is the default value reporting all warnings and errors

**3** - logs all successfully performed operations in addition to any warnings or errors

**4** - logs all events (for debugging only, use only if instructed by fme product support since it generates a very large amount of output. Do not use in production)


---

# 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://docs.migration-center.com/24.2/common-parameters.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.
