]> granicus.if.org Git - apache/commitdiff
fix properties and xml validity
authorAndré Malo <nd@apache.org>
Fri, 18 Jul 2014 20:20:09 +0000 (20:20 +0000)
committerAndré Malo <nd@apache.org>
Fri, 18 Jul 2014 20:20:09 +0000 (20:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611791 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_journald.xml

index 5244ef707465a005ef0675dad43644070895d454..e15da1db711f03eb8871ba4bf08d96442eb0e0b6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $LastChangedRevision: 1533940 $ -->
+<!-- $LastChangedRevision$ -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
     error messages and CustomLog/TransferLog via systemd-journald(8).</p>
 </summary>
 
-<directivesynopsis>
-<name>JournaldCustomLog</name>
-<description>Enable logging of CustomLog/TransferLog to systemd-journald</description>
-<syntax>JournaldCustomLog on|off</syntax>
-<default>JournaldCustomLog off</default>
-<contextlist><context>server config</context></contextlist>
-
-<usage>
-
-    <p>The <directive>JournaldCustomLog</directive> directive enables logging
-    of CustomLog and TransferLog messages to systemd-journald.
-    </p>
-
-    <note type="warning"><title>Performance warning</title><p>
-    Currently, systemd-journald is not designed for high-throughput logging
-    and logging access_log to systemd-journald could decrease the performance
-    a lot.
-    </p></note>
-</usage>
-</directivesynopsis>
-
 <section id="structured">
     <title>Structured logging</title>
     <p>Systemd-journald allows structured logging and therefore it is
 </section>
 
 
+<directivesynopsis>
+<name>JournaldCustomLog</name>
+<description>Enable logging of CustomLog/TransferLog to systemd-journald</description>
+<syntax>JournaldCustomLog on|off</syntax>
+<default>JournaldCustomLog off</default>
+<contextlist><context>server config</context></contextlist>
+
+<usage>
+
+    <p>The <directive>JournaldCustomLog</directive> directive enables logging
+    of CustomLog and TransferLog messages to systemd-journald.
+    </p>
+
+    <note type="warning"><title>Performance warning</title><p>
+    Currently, systemd-journald is not designed for high-throughput logging
+    and logging access_log to systemd-journald could decrease the performance
+    a lot.
+    </p></note>
+</usage>
+</directivesynopsis>
+
+
 </modulesynopsis>