Re: Honeyd and syslog
Carol Overes <[email protected]> Fri, 23 Sep 2005 11:43:35 +0200
| Newsgroups | gmane.comp.security.honeypots |
|---|---|
| Message-ID | <[email protected]> |
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