[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: logfiles rewritten a bit



On Wed, Feb 28, 2001 at 06:16:07PM -0500, John Saylor wrote:
> How do I start ircd logging and where [if anywhere] can I configure what
> gets logged? The directory /var/log/ircd is there, but nothing's in it.

Makefile says:

# Define these filenames to maintain a list of persons who log
# into this server. Logging will stop when the file does not exist.
# Logging will be disabled also if you do not define this.
FNAME_USERLOG = $(ircd_log_dir)/users
FNAME_OPERLOG = $(ircd_log_dir)/opers
FNAME_CONNLOG = $(ircd_log_dir)/rejects
FNAME_AUTHLOG = $(ircd_log_dir)/auth

does it ring a bell?

p.