> 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.7/en/konfigurator/logging.md).

# Logging

Under the *Logging* tab, you can change the logs with respect to the log level, the size of the files to be archived, and the maximum number of archive files.

### Log Level

Specifies which data is logged during runtime. "High" can be set for error analysis and "Standard" to avoid generating excessively large log files.

### Size of Files to Be Archived in KB

Defines the desired size of files to be archived in KB. The default value is 1024 KB (1 MB). A maximum file size of 1048576 KB (1 GB) can be set.

### Maximum Number of Archive Files

Specifies the number of archive files. The default value is 30. The value must be defined in the range between 0 and 1000. If the value is 0, no archive files will be created for any process.

{% hint style="info" %}
Further settings can be made in the NLog.config file. In a standard installation, this file is located in the following directory: 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.7/en/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.
