migrate parameters

This commit is contained in:
CaCO3
2023-02-10 23:41:43 +01:00
parent 1ffe9caf27
commit 4d0dc0be1a
29 changed files with 31 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
# Parameter `Logfile`
# Parameter `LogLevel`
Default Value: `1` (`ERROR`)
Define the log level for the logging to the SD-Card.
@@ -14,4 +14,4 @@ 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!
A SD-Card has limited write cycles. Since the device does not do [Wear Leveling](https://en.wikipedia.org/wiki/Wear_leveling), this can wear out your SD-Card!

View File

@@ -1,4 +1,4 @@
# Parameter `LogfileRetentionInDays`
# Parameter `LogfilesRetention`
Default Value: `3`
Number of days to keep the log files (`0` = forever).