From 2717e68c63c671d5d731017232cba6f3cc3c477c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 18 Sep 2008 14:02:33 +0000 Subject: enable debug log of the Telepathy components --- (limited to 'scripts') 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 -- cgit v0.9.1