updated parameters

This commit is contained in:
CaCO3
2023-02-05 01:12:38 +01:00
parent 80af3abe3d
commit b9dceabaad
49 changed files with 191 additions and 171 deletions

View File

@@ -1,10 +1,18 @@
# Parameter `Logfile`
Default Value: `1`
Default Value: `1` (`ERROR`)
## Description
Please fill me with an explanation and useful links
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
`DEBUG` or `INFO` might damage the SD-Card if enabled long term due to excessive writes to the SD-Card!
A SD-Card has limited write cycles. Since the device does not support [Wear Leveling](https://en.wikipedia.org/wiki/Wear_leveling), this can wear out your SD-Card!

View File

@@ -1,10 +1,5 @@
# Parameter `LogfileRetentionInDays`
Default Value: `3`
## Description
Please fill me with an explanation and useful links
Number of days to keep the log files (`0` = forever).