From 6186c86a20eeb3b28e141d3eb88bb89cdd96c1c0 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 9 May 2023 18:33:38 -0400 Subject: [PATCH] Modified log sources (again) --- doc/conf/unrealircd.hub.conf | 2 +- doc/conf/unrealircd.remote.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf/unrealircd.hub.conf b/doc/conf/unrealircd.hub.conf index 7821856..95b54b2 100644 --- a/doc/conf/unrealircd.hub.conf +++ b/doc/conf/unrealircd.hub.conf @@ -23,7 +23,7 @@ log { } log { - source { antimixedutf8; antirandom; connthrottle; flood; link; link-security; listen; oper; sacmds; websocket; } + source { antimixedutf8; antirandom; flood; oper; } destination { channel "#services"; } } diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index a828be2..4f333f7 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -52,7 +52,7 @@ log { } log { - source { antimixedutf8; antirandom; connthrottle; flood; link; link-security; listen; oper; sacmds; websocket; } + source { antimixedutf8; antirandom; flood; oper; } destination { channel "#services"; } }