Honeypots mailing list archives

Re: Honeyd and syslog


From: Carol Overes <carol () overes net>
Date: Fri, 23 Sep 2005 11:43:35 +0200

Carol Overes wrote:

I'm using Honeyd 1.0 and I would like to log all logentries of Honeyd to
syslog. Especially, the logentries about connections made to Honeyd. In
verbose mode the logentries will be stored with facility 'daemon' and
loglevel 'debug'. However in daemon mode the logentries are not in the
logfiles.
Problem solved.

Change in honeyd.c:
"setlogmask(LOG_UPTO(LOG_INFO))"

to:
"setlogmask(LOG_UPTO(LOG_DEBUG))"

and then install.

Regards,

Carol


Current thread: