admin/logs: small hint that logs deletion is not automatic
Massimo Melina committed
Mar 21, 2026 at 18:59 UTC
311283d4e23ddf94354ba813f89c1955b0fba9eb
1 file changed
+1
-1
admin/src/LogsPage.ts
+1
-1
@@ -87,7 +87,7 @@ export default function LogsPage({ setTitleSide }: PageProps) {
87
helperText: "Write errors in a different file. Empty to use same file."
88
},
89
{ k: CFG.log_rotation, comp: SelectField, sm: 6, options: [{ value:'', label:"disabled" }, 'daily', 'weekly', 'monthly' ],
90
- helperText: wikiLink('Logs#rotation', "To keep log-files smaller"),
90
+ helperText: [wikiLink('Logs#rotation', "To keep log-files smaller"), " (deletion is not automatic)"],
91
},
92
{ k: CFG.dont_log_net, comp: NetmaskField, label: "Don't log address", sm: 6, placeholder: "no exception" },
93
{ k: CFG.log_gui, sm: 6, comp: BoolField, label: "Log interface loading", helperText: "Some requests are necessary to load the interface" },