Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-09-18 14:02:33 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-09-18 14:11:25 (GMT)
commit2717e68c63c671d5d731017232cba6f3cc3c477c (patch)
tree0143f31e4c8631f51a4d9d4f6ce8a33b5b286291 /scripts
parentccd1a5645ee1973277107ca90ada9db4622dc65e (diff)
enable debug log of the Telepathy components
Diffstat (limited to 'scripts')
-rw-r--r--scripts/config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/config.py b/scripts/config.py
index 2f8391b..5694d91 100644
--- a/scripts/config.py
+++ b/scripts/config.py
@@ -83,6 +83,11 @@ class Config(jhbuild.config.Config):
os.environ['SUGAR_PATH'] = os.path.join(self.prefix, 'share', 'sugar')
os.environ['SUGAR_LOGGER_LEVEL'] = 'debug'
+ # Enable debug log of the Telepathy components
+ os.environ['GABBLE_DEBUG'] = 'all'
+ os.environ['SALUT_DEBUG'] = 'all'
+ os.environ['STREAM_ENGINE_DEBUG'] = 'all'
+
# We need to add the gtk-2.0 directory explicitly to
# the Python path since '.pth' files (here pygtk.pth)
# only work properly in system directories