# Logging-Einstellungen

Das Logging wird mit Log4Net durchgeführt. Dessen Konfiguration befindet sich in der Datei `artwin.DocumentImporter.exe.config`. Darin ist das Level-Element enthalten, über welches definiert wird, mit welchem Loglevel die Ausgabe erfolgt. Dabei stehen folgende Optionen zur Verfügung:

<table><thead><tr><th width="130">Loglevel</th><th>Beschreibung</th></tr></thead><tbody><tr><td>ALL</td><td>Es werden sämtliche Meldungen ausgegeben (Default bei Auslieferung), Ideal für Tracing-Zwecke</td></tr><tr><td>ERROR</td><td>Es werden nur Fehlermeldungen protokolliert</td></tr></tbody></table>

Zum Ändern des Log-Level die entsprechende Datei mit einem Texteditor öffnen und folgende Stelle anpassen:

```xml
<level value="ALL" />
```

{% hint style="info" %}
**Empfehlung**

In der Anfangsphase empfehlen wir den Loglevel **ALL**. Nach erfolgreicher Implementierung der gewünschten Jobs, kann der Level auf **ERROR** umgestellt werden.
{% endhint %}


---

# 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.artwin.ch/dokumentimporter/dokumentation/job-ausfuhrung/logging-einstellungen.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.
