Revision: 1095
Author: phrakt
Date: Tue May 11 18:09:42 2010
Log: fix the syslog mapping by adding a LOG_DEBUG to account for
CNP_LOG_TRACE
http://code.google.com/p/canopy-httpd/source/detail?r=1095
Modified:
/trunk/src/sbin/httpd/log.c
=======================================
--- /trunk/src/sbin/httpd/log.c Fri Apr 23 13:59:20 2010
+++ /trunk/src/sbin/httpd/log.c Tue May 11 18:09:42 2010
@@ -59,6 +59,7 @@
static const int httpd_log_syslog_primap[] = {
LOG_DEBUG,
+ LOG_DEBUG,
LOG_INFO,
LOG_NOTICE,
LOG_WARNING,
--
You received this message because you are subscribed to the Google Groups "Canopy Web Server Source Changes" group.
To post to this group, send email to
canopy-s...@googlegroups.com.
To unsubscribe from this group, send email to
canopy-srcchan...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/canopy-srcchanges?hl=en.