Debug logs for default profile

The generic path does not work for the telepathy logs. As we
have removed the support for different profiles it is ok
to just use the default path.

Signed-off-by: Simon Schampijer <simon@laptop.org>
Reviewed-By: Marco Pesenti Gritti <marco@marcopg.org>
This commit is contained in:
Simon Schampijer 2011-06-29 10:01:51 +02:00
parent 7a0d5d9398
commit 7e61237c8f

View File

@ -196,14 +196,14 @@ class Profile(object):
'#export LM_DEBUG=net\n' \
'#export GABBLE_DEBUG=all\n' \
'#export GABBLE_LOGFILE=' \
'$HOME/.sugar/$SUGAR_PROFILE/logs/telepathy-gabble.log\n' \
'$HOME/.sugar/default/logs/telepathy-gabble.log\n' \
'#export SALUT_DEBUG=all\n' \
'#export SALUT_LOGFILE=' \
'$HOME/.sugar/$SUGAR_PROFILE/logs/telepathy-salut.log\n' \
'$HOME/.sugar/default/logs/telepathy-salut.log\n' \
'#export GIBBER_DEBUG=all\n' \
'#export WOCKY_DEBUG=all\n' \
'#export MC_LOGFILE=' \
'$HOME/.sugar/$SUGAR_PROFILE/logs/mission-control.log\n' \
'$HOME/.sugar/default/logs/mission-control.log\n' \
'#export MC_DEBUG=all\n' \
'#export PRESENCESERVICE_DEBUG=1\n' \
'#export SUGAR_LOGGER_LEVEL=debug\n\n' \