mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 12:06:41 +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; } }
|
||||
}
|
||||
|
||||
log {
|
||||
source { all; }
|
||||
destination { channel "#services"; }
|
||||
}
|
||||
|
||||
ulines { services.supernets.org; }
|
||||
|
||||
set {
|
||||
|
@ -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; } }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user