Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-emulator
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-21 14:10:56 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-06-21 14:10:56 (GMT)
commit2de8072d5f5350e6eea908307d3c557f99ccd421 (patch)
tree1337ab75707dd3f6ed9c03303d9a53aae837b714 /sugar-emulator
parent8a6ddd16aa0f9608918e1d4952afd1fc4cf8d848 (diff)
sugar-emulator: Save Salut as well as Gabble logs
Diffstat (limited to 'sugar-emulator')
-rwxr-xr-xsugar-emulator1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar-emulator b/sugar-emulator
index d2fbad8..f651534 100755
--- a/sugar-emulator
+++ b/sugar-emulator
@@ -110,6 +110,7 @@ def _setup_env():
log.info( 'Set PYTHONPATH=%s', os.environ['PYTHONPATH'] )
os.environ['GABBLE_LOGFILE'] = os.path.join(env.get_profile_path(), 'logs', 'telepathy-gabble.log')
+ os.environ['SALUT_LOGFILE'] = os.path.join(env.get_profile_path(), 'logs', 'telepathy-salut.log')
os.environ['STREAM_ENGINE_LOGFILE'] = os.path.join(env.get_profile_path(), 'logs', 'telepathy-stream-engine.log')
def main():