mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-23 16:36:40 +00:00
Log to channel for debug purposes
This commit is contained in:
parent
6bc09eccd4
commit
ba6084af1c
@ -22,6 +22,11 @@ log {
|
|||||||
destination { file "ircd.log" { maxsize 5M; } }
|
destination { file "ircd.log" { maxsize 5M; } }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log {
|
||||||
|
source { all; }
|
||||||
|
destination { channel "#services"; }
|
||||||
|
}
|
||||||
|
|
||||||
ulines { services.supernets.org; }
|
ulines { services.supernets.org; }
|
||||||
|
|
||||||
set {
|
set {
|
||||||
|
@ -51,10 +51,10 @@ log {
|
|||||||
destination { file "ircd.log" { maxsize 5M; } }
|
destination { file "ircd.log" { maxsize 5M; } }
|
||||||
}
|
}
|
||||||
|
|
||||||
#log {
|
log {
|
||||||
# source { all; }
|
source { all; }
|
||||||
# destination { channel "#REDACTED" }
|
destination { channel "#services"; }
|
||||||
#}
|
}
|
||||||
|
|
||||||
tld { mask *@*; motd remote.motd; rules remote.motd; options { remote; } }
|
tld { mask *@*; motd remote.motd; rules remote.motd; options { remote; } }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user