According to Robert Brosnan: > I'm still concerned to pull htsearch entries into a separate log file. > Does anyone have any hints on that one? ... > > If I add the following line into /etc/syslog.conf, will it create a > > special file for htsearch records at the info log level? > > > > htsearch.info /var/log/htsearch_log
The description of the logging attribute says: This sets whether htsearch should use the syslog() to log search requests. If set, this will log requests with a default level of LOG_INFO and a facility of LOG_LOCAL5. so you'd use local5.info /var/log/htsearch_log unless you changed the facility in include/htconfig.h. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

