Log to channel for debug purposes

This commit is contained in:
Dionysus 2023-05-07 21:34:50 -04:00
parent 6bc09eccd4
commit ba6084af1c
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 9 additions and 4 deletions

View File

@ -22,6 +22,11 @@ log {
destination { file "ircd.log" { maxsize 5M; } }
}
log {
source { all; }
destination { channel "#services"; }
}
ulines { services.supernets.org; }
set {

View File

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