Development

This commit is contained in:
Matthew Grotke 2026-06-03 01:32:13 -04:00
parent 2905f21052
commit f04b2b36cc
5 changed files with 22 additions and 10 deletions

View file

@ -223,17 +223,21 @@
"label": "Max Log Size (KB)",
"name": "log_max_kb",
"input_type": "number",
"layout": "inline",
"value": "%GENERAL_LOG_MAX_KB%",
"min": 64,
"hint": "Log is cleared and restarted when it exceeds this size."
"hint": "Log will automatically be cleared when it reaches this size."
},
{
"type": "hr"
},
{
"type": "field",
"label": "Only record errors to log",
"label": "",
"name": "log_errors_only",
"input_type": "checkbox",
"value": "%GENERAL_LOG_ERRORS_ONLY%",
"hint": "Only write error-level messages to the log."
"checkbox_label": "Only record errors to log",
"value": "%GENERAL_LOG_ERRORS_ONLY%"
},
{
"type": "hr"