* docs/manual/upgrading.xml: Note 2.4 backwards-compat break for
some piped logging configurations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1536367 13f79535-47bb-0310-9956-
ffa450edef68
is no longer supported. Data is always logged at <directive
module="core">LogLevel</directive> <code>trace7</code>.</li>
+ <li>On Unix platforms, piped logging commands configured using
+ either <directive module="core">ErrorLog</directive> or
+ <directive module="mod_log_config">CustomLog</directive> were invoked using
+ <code>/bin/sh -c</code> in 2.2 and earlier. In 2.4 and later,
+ piped logging commands are executed directly. To restore the
+ old behaviour, see the <a href="logs.html#piped">piped logging
+ documentation</a>.</li>
+
</ul>
</section>
</section>