Set verbose to 2 by default.

This commit is contained in:
Christian Deacon
2025-02-26 11:59:18 -05:00
parent b3a9693d80
commit 53e801be8f
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ The following table quickly explains the data types used within the configuratio
### Main
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| verbose | int | `1` | The verbose level for logging (0 - 5 supported so far). |
| verbose | int | `2` | The verbose level for logging (0 - 5 supported so far). |
| log_file | string | `/var/log/xdpfw/xdpfw.log` | The log file location. If the string is empty (`""`), the log file is disabled. |
| interface | string | `NULL` | The network interface name to attach the XDP program to (usually retrieved with `ip a` or `ifconfig`). |
| update_time | uint | `0` | How often to update the config and filtering rules from the file system in seconds (0 disables). |