ovidiu 02/05/03 17:13:57 Added: src/scratchpad/schecoon/src/logkit target.xconf Log: Created. Defines a new target in the main logkit.xconf file. Revision Changes Path 1.1 xml-cocoon2/src/scratchpad/schecoon/src/logkit/target.xconf Index: target.xconf =================================================================== <?xml version="1.0"?> <xconf xpath="/logkit/targets" unless="/logkit/cocoon[@id = 'flow']"> <cocoon id="flow"> <filename>${context-root}/WEB-INF/logs/flow.log</filename> <format type="cocoon"> %7.7{priority} %{time} [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable} </format> <append>false</append> </cocoon> </xconf>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]