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

re: problems with syslog



   Hi
     Do the logging through the syslogd deamon really works? I've defined the
   USE_SYSLOG in config.h but still ircd doesn't log its activity.
     I'm running na ircd2.10.3p1 on a RedHat6.2 machine.


have you also defined the various SYSLOG_XXX defines?


#undef  SYSLOG_KILL     /* log all operator kills to syslog */
#undef  SYSLOG_SQUIT    /* log all remote squits for all servers to syslog */
#undef  SYSLOG_CONNECT  /* log remote connect messages for other all servs */
#undef  SYSLOG_USERS    /* send userlog stuff to syslog */
#undef  SYSLOG_OPER     /* log all users who successfully become an Op */
#undef  SYSLOG_CONN     /* log all uncomplete/rejected connections */