From f853b13ab5409e6118de3ba0b9ae71388a6c6b2d Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 3 Apr 2022 11:32:25 -0400 Subject: [PATCH] Lowered error log size --- doc/conf/unrealircd.hub.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf/unrealircd.hub.conf b/doc/conf/unrealircd.hub.conf index 1e11620..79ead82 100644 --- a/doc/conf/unrealircd.hub.conf +++ b/doc/conf/unrealircd.hub.conf @@ -18,7 +18,7 @@ link services.supernets.org { log { source { error; fatal; warn; } - destination { file "ircd.log" { maxsize 10M; } } + destination { file "ircd.log" { maxsize 5M; } } } ulines { services.supernets.org; }