# MaxLogSize

**Element name:** MaxLogSize

**Description:** Specifies the maximum size for every log file in bytes. When it is reached, the device creates a new log.

| Type        | Units | Default | MinOcurance | MaxOcurance |
| ----------- | ----- | ------- | ----------- | ----------- |
| unsignedInt | bytes | -       | 1           | 1           |

**Example:**

```xml
 <MaxLogSize>104857600</MaxLogSize>
```
