From 491225dd8387494e7828a9df2f15ef4b079846a9 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Thu, 4 Jun 2026 11:56:33 +1000 Subject: [PATCH] PLG: more sensible log size, better description #1666 --- front/plugins/maintenance/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/plugins/maintenance/config.json b/front/plugins/maintenance/config.json index 6e6edbde..7124e30b 100755 --- a/front/plugins/maintenance/config.json +++ b/front/plugins/maintenance/config.json @@ -240,7 +240,7 @@ "description": [ { "language_code": "en_us", - "string": "How many last app.log lines to keep. When LOG_LEVEL is set to debug, the application generates about 10,000 log lines per hour. Choose a value that covers the expected bug occurrence window. For example, 1000000 lines (~50 MB) is typically sufficient for issues that occur every 3 days. Set to 0 to disable log purging. Larger log files increase memory usage, so reduce this value after debugging is complete." + "string": "How many log entries to keep. When LOG_LEVEL is set to debug, the application generates about 10,000 log entries per hour. Choose a value that covers the expected bug occurrence window. For example, 1000000 lines (~50 MB) is typically sufficient for issues that occur every 3 days. Set to 0 to disable log purging. Larger log files increase memory usage, so reduce the value after debugging is complete." } ] },