[node-patches] Change in ovirt-node[master]: Configure logging before anything else

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


Fabian Deutsch has uploaded a new change for review.

Change subject: Configure logging before anything else
......................................................................

Configure logging before anything else

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/85/9885/1

diff --git a/scripts/tui/src/ovirt/node/app.py b/scripts/tui/src/ovirt/node/app.py
index 0149e75..e0fc9c5 100644
--- a/scripts/tui/src/ovirt/node/app.py
+++ b/scripts/tui/src/ovirt/node/app.py
@@ -26,14 +26,15 @@
 
 import logging
 
-import ovirt.node.tui
-import ovirt.node.utils
-
 logging.basicConfig(level=logging.DEBUG,
                     filename="app.log", filemode="w")
 LOGGER = logging.getLogger(__name__)
 
 
+import ovirt.node.tui
+import ovirt.node.utils
+
+
 class Application(object):
     plugins = []
 


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

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