From 681567b28116421496c4b7560a5b70f9730b8a79 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Fri, 23 Dec 2011 08:18:38 +0000 Subject: Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to get log piping and rotation to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1222604 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/components/cache/datacache.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'sca-cpp/trunk/components/cache/datacache.cpp') diff --git a/sca-cpp/trunk/components/cache/datacache.cpp b/sca-cpp/trunk/components/cache/datacache.cpp index 994aa4840e..f7e812dd18 100644 --- a/sca-cpp/trunk/components/cache/datacache.cpp +++ b/sca-cpp/trunk/components/cache/datacache.cpp @@ -31,6 +31,7 @@ * meantime the updates will be retrieved from the level1 cache). */ +#define WANT_HTTPD_LOG 1 #include "string.hpp" #include "function.hpp" #include "list.hpp" -- cgit v1.2.3