Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-03 09:36:51 (GMT)
committer Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-20 13:33:53 (GMT)
commit6b965fa98d857223396f71bf3c9eb01e33163082 (patch)
treee86f6837f1c9a6a0af9a2104554d27d80e071447
parent8da18fe2aaa12ae2fb3adbf3e611ff36929a9695 (diff)
Add mission control env vars for debugging
-rw-r--r--src/sugar/profile.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/sugar/profile.py b/src/sugar/profile.py
index 3f93bba..4ae2199 100644
--- a/src/sugar/profile.py
+++ b/src/sugar/profile.py
@@ -184,12 +184,15 @@ class Profile(object):
'# log files and features\n'\
'#export LM_DEBUG=net\n' \
'#export GABBLE_DEBUG=all\n' \
- '#export ' \
- 'GABBLE_LOGFILE=$HOME/.sugar/default/logs/telepathy-gabble.log\n' \
+ '#export GABBLE_LOGFILE=' \
+ '$HOME/.sugar/$SUGAR_PROFILE/logs/telepathy-gabble.log\n' \
'#export SALUT_DEBUG=all\n' \
- '#export ' \
- 'SALUT_LOGFILE=$HOME/.sugar/default/logs/telepathy-salut.log\n' \
+ '#export SALUT_LOGFILE=' \
+ '$HOME/.sugar/$SUGAR_PROFILE/logs/telepathy-salut.log\n' \
'#export GIBBER_DEBUG=all\n' \
+ '#export MC_LOGFILE=' \
+ '$HOME/.sugar/$SUGAR_PROFILE/logs/mission-control.log\n' \
+ '#export MC_DEBUG=all\n' \
'#export PRESENCESERVICE_DEBUG=1\n' \
'#export SUGAR_LOGGER_LEVEL=debug\n\n' \
'# Uncomment the following line to enable core dumps\n' \