> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.6/konfigurator/logging.md).

# Logging

Unter dem Tab *Logging* können Sie die Logs bezüglich der Log Level, der Größe der zu archivierenden Dateien und der maximalen Anzahl der Archivdateien verändern.

### Log Level

Gibt an, welche Daten für die Laufzeit protokolliert werden. Dabei kann "Hoch" zur Fehleranalyse eingestellt und "Standard", um nicht zu große Logdatein zu erzeugen.

### Größe der zu archivierenden Dateien in KB

Definiert die gewünschte Größe der zu archivierenden Dateien in KB. Der Standartwert ist 1024 KB (1 MB). Eine maximale Datei Größe von 1048576 KB (1 GB) kann eingestellt werden.

### Maximalen Anzahl der Archivdateien

Legt die Anzahl der Archivdateien fest. Der Standartwert ist 30. Der Wert muss im Bereich zwischen 0 und 1000 definiert werden. Ist der Wert 0, wird für alle Prozesse keine Archivdatei erstellt.

{% hint style="info" %}
Weitere Einstellungen können in der Datei NLog.config vorgenommen werden. Bei einer Standardinstallation befindet sich diese Datei in folgendem Verzeichnis: C:\Program Files (x86)\VIDEC\JUNE5

.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.videc.de/june5-3.6/konfigurator/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.
