We are using UnrealIRCD in a work environment where employees of a helpdesk can chat together about what's up/down and much more.
Right now, our sysadmin found people using the chat for bad usage and asked me to change the logging on the server. But to be honest, I am not sure how to do it. I've searched the forum without too much answers to this.
I am looking foward to log the conversation of the Private Messages as well as the main channels. I know that for some people, it might be a break of privacy, but this is not me who requested it. It's coming from my managers...
I know that in the config, there is a place to state what we want to log. Here is what I currently have.
Code: Select all
log "ircd.log" {
/* Delete the log file and start a new one when it reaches 2MB, leave this out to always use the
same log */
maxsize 2097152;
flags {
oper;
kline;
connects;
server-connects;
kills;
errors;
sadmin-commands;
chg-commands;
oper-override;
spamfilter;
};
};Thanks for your help, it'll be greatly appreciated and have all a great day!