[node-patches] Change in ovirt-node[master]: setup: Adjust ovirt-node.log path
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue Dec 10 15:39:59 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: setup: Adjust ovirt-node.log path
......................................................................
setup: Adjust ovirt-node.log path
Change-Id: I96e3ce9788c47988c4337bbf072173add33ace33
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=981095
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/setup/core/support_page.py
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/62/22262/1
diff --git a/src/ovirt/node/setup/core/support_page.py b/src/ovirt/node/setup/core/support_page.py
index 98c105e..6417445 100644
--- a/src/ovirt/node/setup/core/support_page.py
+++ b/src/ovirt/node/setup/core/support_page.py
@@ -69,7 +69,7 @@
if changes.contains_any(["support.logfile"]):
logfile = changes["support.logfile"]
cmds = {"node": "cat /var/log/ovirt.log | less",
- "ui": "cat /tmp/ovirt.debug.log | less",
+ "ui": "cat /var/log/ovirt-node.log | less",
"messages": "cat /var/log/messages | less",
"audit": "cat /var/log/audit/audit.log | less",
"dmesg": "dmesg | less",
@@ -86,7 +86,7 @@
def __debugfiles_to_offer(self):
items = [("node", "/var/log/ovirt.log"),
- ("ui", "/tmp/ovirt.debug.log"),
+ ("ui", "/vat/log/ovirt-node.log"),
("dmesg", "dmesg"),
("messages", "/var/log/messages"),
("audit", "/var/log/audit/audit.log")]
--
To view, visit http://gerrit.ovirt.org/22262
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I96e3ce9788c47988c4337bbf072173add33ace33
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