unrealircd

- supernets unrealircd source & configuration
git clone git://git.acid.vegas/unrealircd.git
Log | Files | Refs | Archive | README | LICENSE

commit ba6084af1c2e59662f0487afa46d4587af1179af
parent 6bc09eccd4ef7b69804b0b4fa9cf6c2e49fa0676
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sun, 7 May 2023 21:34:50 -0400

Log to channel for debug purposes

Diffstat:
Mdoc/conf/unrealircd.hub.conf | 5+++++
Mdoc/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
@@ -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
@@ -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; } }