From ba6084af1c2e59662f0487afa46d4587af1179af Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 7 May 2023 21:34:50 -0400 Subject: [PATCH] Log to channel for debug purposes --- doc/conf/unrealircd.hub.conf | 5 +++++ doc/conf/unrealircd.remote.conf | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/conf/unrealircd.hub.conf b/doc/conf/unrealircd.hub.conf index a82b151..be619e5 100644 --- a/doc/conf/unrealircd.hub.conf +++ b/doc/conf/unrealircd.hub.conf @@ -22,6 +22,11 @@ log { destination { file "ircd.log" { maxsize 5M; } } } +log { + source { all; } + destination { channel "#services"; } +} + ulines { services.supernets.org; } set { diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index 2eee73f..90fc0ef 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -51,10 +51,10 @@ log { destination { file "ircd.log" { maxsize 5M; } } } -#log { -# source { all; } -# destination { channel "#REDACTED" } -#} +log { + source { all; } + destination { channel "#services"; } +} tld { mask *@*; motd remote.motd; rules remote.motd; options { remote; } }