[release-notes] Adding CUPS journal logging

pbokoc pbokoc at fedoraproject.org
Mon Oct 13 16:12:09 UTC 2014


commit 9567793d4cb61761011082049ccb53549ea10738
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Mon Oct 13 18:13:10 2014 +0200

    Adding CUPS journal logging

 en-US/Printing.xml       |    8 ++++++++
 en-US/System_Daemons.xml |    7 +++++++
 2 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/en-US/Printing.xml b/en-US/Printing.xml
index 7c3da72..b128607 100644
--- a/en-US/Printing.xml
+++ b/en-US/Printing.xml
@@ -7,5 +7,13 @@
 <section>
   <title>Printing</title>
   <para />
+  
+  <section id="sect-cups-journal-logging">
+    <title>CUPS Journal Logging</title>
+    <para>
+      CUPS (the <systemitem class="service">cupsd</systemitem> service) now sends its log output to the <systemitem>systemd</systemitem> journal instead of the <filename>/var/log/cups/error_log</filename> file. You can use the <command>journalctl _COMM=cupsd</command> command to view CUPS log.
+    </para>
+  </section>
+
 </section>
   
diff --git a/en-US/System_Daemons.xml b/en-US/System_Daemons.xml
index a9fff93..339e990 100644
--- a/en-US/System_Daemons.xml
+++ b/en-US/System_Daemons.xml
@@ -18,8 +18,14 @@
           Journal messages can be forwarded to remote systems, without using a syslog daemon.  The <package>systemd-journal-remote</package> and <package>systemd-journal-upload</package> packages provide receiver and sender daemons.  Communication is done over HTTPS.
         </para>
       </listitem>
+      <listitem>
+      	<para>
+      	  The <systemitem class="service">cupsd</systemitem> service now logs output into the journal. See <xref linkend="sect-cups-journal-logging" /> for details.
+      	</para>
+      </listitem>
     </itemizedlist>
   </section>
+  
   <section id="systemd-private">
     <title>systemd 215</title>
     <para>
@@ -60,5 +66,6 @@
 
     </para>
   </section>
+  
 </section>
 


More information about the docs-commits mailing list