[node-patches] Change in ovirt-node[master]: Always log to /tmp/app.log

fabiand at fedoraproject.org fabiand at fedoraproject.org
Tue Dec 11 20:09:40 UTC 2012


Fabian Deutsch has uploaded a new change for review.

Change subject: Always log to /tmp/app.log
......................................................................

Always log to /tmp/app.log

Change-Id: Ifd6aaf61d3e1113e6c0f4935596e64da5a6c9781
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/src/ovirt/node/app.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/41/9941/1

diff --git a/scripts/tui/src/ovirt/node/app.py b/scripts/tui/src/ovirt/node/app.py
index 6e1bcd7..3bcc939 100644
--- a/scripts/tui/src/ovirt/node/app.py
+++ b/scripts/tui/src/ovirt/node/app.py
@@ -29,7 +29,7 @@
 import logging
 
 logging.basicConfig(level=logging.DEBUG,
-                    filename="app.log", filemode="w",
+                    filename="/tmp/app.log", filemode="w",
                     format="%(asctime)s %(levelname)s %(name)s %(message)s")
 
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifd6aaf61d3e1113e6c0f4935596e64da5a6c9781
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