[gnome-user-docs/wip/system-admin-guide: 3/19] a procedure added to session-debug.page



commit 1fc97d1d5b5b61cf24cc0d152588d5c456d43dd9
Author: Jana Svarova <jsvarova redhat com>
Date:   Tue Jul 2 16:49:10 2013 +0200

    a procedure added to session-debug.page

 system-admin-guide/C/session-debug.page.stub |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/system-admin-guide/C/session-debug.page.stub b/system-admin-guide/C/session-debug.page.stub
index 2a6e336..3612cbf 100644
--- a/system-admin-guide/C/session-debug.page.stub
+++ b/system-admin-guide/C/session-debug.page.stub
@@ -42,10 +42,26 @@
 
 <section id="session-log">
   <title>Session.log no longer exists</title>
-  <p>Previously, the debugging information was stored in the session.log file.
+  <p>Previously, the debugging information was stored in the
+  <file>$HOME/.cache/gdm/session.log</file> file.
   This file no longer exists on <app>systemd</app>-using systems. The content
-  is now stored directly to the <app>systemd</app> journal. To get the logs
-  back, you can use the <cmd>journalctl _UID=&lt;your-uid&gt;</cmd> command.</p>
+  is now stored directly to the <app>systemd</app> journal.</p>
+
+<steps>
+<title>To view your user session log, follow the steps below:</title>
+  <item><p>Open the terminal.</p></item>
+  <item><p>Run the <cmd>journalctl _UID=&lt;your-uid&gt;</cmd> command.</p></item>
+  <item><p>View the displayed journal.</p></item>
+</steps>
+
+<!--3.1.2.1. Session logs moved into journal
+User session logs, previously stored in $HOME/.cache/gdm/session.log, have moved into the journal.
+To view your user session log, identify your user ID and view the journal for that UID :
+
+  $ id
+  uid=1000(username) gid=1000(username) groups=1000(username) 
context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
+  $ journalctl _UID=1000-->
+
   <p>You can find more information on the <app>journalctl</app> man page:
   run <link href="man:journalctl"><cmd>man journalctl</cmd></link>
   in the terminal or


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]