[node-patches] Change in ovirt-node[master]: setup: Add audit log and use different names

fabiand at fedoraproject.org fabiand at fedoraproject.org
Mon Mar 18 11:44:12 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: setup: Add audit log and use different names
......................................................................

setup: Add audit log and use different names

Previously descriptive names were used for the logfile entries on the
support page. Now the filename or command name is displayed instead,
this should make it easier to discover specific entries.

Change-Id: Ief93b71a7bdcc6e1da4bbcc0e2d3efd36bcb3a6c
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/src/ovirt/node/setup/support_page.py
1 file changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/33/13133/1

diff --git a/scripts/tui/src/ovirt/node/setup/support_page.py b/scripts/tui/src/ovirt/node/setup/support_page.py
index aa74f79..4e1abf9 100644
--- a/scripts/tui/src/ovirt/node/setup/support_page.py
+++ b/scripts/tui/src/ovirt/node/setup/support_page.py
@@ -71,6 +71,7 @@
             cmds = {"node": "cat /var/log/ovirt.log | less",
                     "ui": "cat /tmp/ovirt.debug.log | less",
                     "messages": "cat /var/log/messages | less",
+                    "audit": "cat /var/log/audit/audit.log | less",
                     "dmesg": "dmesg | less",
                     "journal": "journalctl --all --catalog --full"
                     }
@@ -83,8 +84,9 @@
                     utils.process.call(cmd)
 
     def __debugfiles_to_offer(self):
-        return [("node", "Node Log"),
-                ("ui", "Node UI Debug Log"),
+        return [("node", "/var/log/ovirt.log"),
+                ("ui", "/tmp/ovirt.debug.log"),
                 ("dmesg", "dmesg"),
                 ("messages", "/var/log/messages"),
-                ("journal", "System journal")]
+                ("journal", "journal (systemd)"),
+                ("audit", "/var/log/audit/audit.log")]


--
To view, visit http://gerrit.ovirt.org/13133
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief93b71a7bdcc6e1da4bbcc0e2d3efd36bcb3a6c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list