Attaching Sugar logs to tickets

From OLPC
Revision as of 07:39, 5 January 2008 by Wad (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

If you provide debugging logs to a ticket, you'll be making it much easier to developers to fix the issue.

These are general steps to follow when providing logs for some bug:

  • Open the terminal activity.
  • Type the following:
echo 'export SUGAR_LOGGER_LEVEL=debug' >> /home/olpc/.xsession
  • Reboot
  • Do the minimal steps to reproduce the bug.
  • The relevant logs are in /home/olpc/.sugar/default/logs, copy them to an usb stick and attach to the ticket from some other computer.
  • Another interesting file to attach to the ticket is /var/log/messages.

If your bug involves the presence service, you might also want to follow the steps outlined for debugging Telepathy.