Do

How do we get logging information from Do?

Asked by jessedyer

Please forgive if this is answered elsewhere, but I couldn't find it.
Is there a way to enable logging for Do? There's a few odds and ends I'm seeing that I'd like more background on before I attempt a bug report.

I've tried /usr/bin/cli -v /usr/lib/gnome-do/Do.exe > ~/log .. but that doesn't seem to yield anything intelligible.

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Do Edit question
Assignee:
No assignee Edit question
Solved by:
David Siegel
Solved:
Last query:
Last reply:
Revision history for this message
Best David Siegel (djsiegel-deactivatedaccount) said :
#1

We've added a command-line flag in trunk:

$ gnome-do --debug > gnome-do-log.txt

That would turning logging all the way up.

Currently, you will get some logging output if you are not running Do in quiet mode. We turn logging off in quiet mode because usually people launch Do with their session when they are using quiet mode, and they don't want unnecessary logging.

Revision history for this message
jessedyer (jessedyer) said :
#2

Thank you.

Revision history for this message
jessedyer (jessedyer) said :
#3

Thanks David Siegel, that solved my question.