Lowered error log size

This commit is contained in:
Dionysus 2022-04-03 11:32:25 -04:00
parent 17c100d8f5
commit f853b13ab5
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 1 deletions

View File

@ -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; }