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 <[email protected]> --- M src/ovirt/node/setup/core/support_page.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/04/22504/1 diff --git a/src/ovirt/node/setup/core/support_page.py b/src/ovirt/node/setup/core/support_page.py index acb60a1..779d568 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", -- To view, visit http://gerrit.ovirt.org/22504 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I96e3ce9788c47988c4337bbf072173add33ace33 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: node-3.0 Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
