From bd72faf9334a5e0ff3982383c1c5b37c1042d0f9 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sun, 3 Sep 2017 09:20:06 +0200 Subject: [PATCH] Fix log size --- docs/firststeps-logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/firststeps-logging.md b/docs/firststeps-logging.md index 47277861e..e5d114ccc 100644 --- a/docs/firststeps-logging.md +++ b/docs/firststeps-logging.md @@ -16,7 +16,7 @@ Some logs are filtered and written to Redis keys but also streamed to a Redis ch The Redis channel is used to stream logs with failed authentication attempts to be read by fail2ban-mailcow. -The Redis keys are persistent and will keep up to 5000 lines of logs for the web UI. +The Redis keys are persistent and will keep 10001 lines of logs for the web UI. This mechanism makes it possible to use whatever Docker logging driver you want to, without losing the ability to read logs from the UI or ban suspicious clients with fail2ban-mailcow.