From 606dd10f78864f8ab210140bb3d5db6159bc3ca4 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Thu, 4 Jun 2026 08:56:58 +1000 Subject: [PATCH] PLG: more sensible log size, better description #1666 --- front/plugins/maintenance/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/plugins/maintenance/config.json b/front/plugins/maintenance/config.json index b69e6a2d..6e6edbde 100755 --- a/front/plugins/maintenance/config.json +++ b/front/plugins/maintenance/config.json @@ -228,7 +228,7 @@ } ] }, - "default_value": 250000, + "default_value": 10000, "options": [], "localized": ["name", "description"], "name": [ @@ -240,7 +240,7 @@ "description": [ { "language_code": "en_us", - "string": "How many last app.log lines to keep. If LOG_LEVEL is set to debug the app generates about 10000 lines per hour, so when debugging an issue the recommended setting should cover the bug occurence timeframe. For example for a bug with a 3 day periodical appearence the value 1000000 should be sufficient. Setting this value to 1000000 generates approximatelly a 50MB app.log file. Set to 0 to disable log purging." + "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." } ] },