This commit is contained in:
George Ruinelli
2023-02-22 09:45:34 +01:00
parent 9d5db6ca18
commit ed8614301b
4 changed files with 5 additions and 0 deletions

View File

@@ -1,12 +1,14 @@
# Parameter `LogLevel`
Default Value: `1` (`ERROR`)
Define the log level for the logging to the SD-Card.
Available options:
- `1`: `ERROR`
- `2`: `WARNING`
- `3`: `INFO`
- `4`: `DEBUG`
As higher the level, as more log messages get written to the SD-Card.
!!! Warning