Add mission control env vars for debugging

This commit is contained in:
Tomeu Vizoso 2010-08-03 11:36:51 +02:00
parent 8da18fe2aa
commit 6b965fa98d

View File

@ -184,12 +184,15 @@ class Profile(object):
'# log files and features\n'\ '# log files and features\n'\
'#export LM_DEBUG=net\n' \ '#export LM_DEBUG=net\n' \
'#export GABBLE_DEBUG=all\n' \ '#export GABBLE_DEBUG=all\n' \
'#export ' \ '#export GABBLE_LOGFILE=' \
'GABBLE_LOGFILE=$HOME/.sugar/default/logs/telepathy-gabble.log\n' \ '$HOME/.sugar/$SUGAR_PROFILE/logs/telepathy-gabble.log\n' \
'#export SALUT_DEBUG=all\n' \ '#export SALUT_DEBUG=all\n' \
'#export ' \ '#export SALUT_LOGFILE=' \
'SALUT_LOGFILE=$HOME/.sugar/default/logs/telepathy-salut.log\n' \ '$HOME/.sugar/$SUGAR_PROFILE/logs/telepathy-salut.log\n' \
'#export GIBBER_DEBUG=all\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 PRESENCESERVICE_DEBUG=1\n' \
'#export SUGAR_LOGGER_LEVEL=debug\n\n' \ '#export SUGAR_LOGGER_LEVEL=debug\n\n' \
'# Uncomment the following line to enable core dumps\n' \ '# Uncomment the following line to enable core dumps\n' \