1 Jan
2013
1 Jan
'13
1:01 p.m.
No, that only includes debug logs from yesterday before I installed the dev env...
Sorry, I don't mean to get overly blunt, but are you even reading my messages?
From your quoted text, I said:
However, as I said, if you're running from the command line, the contents go to the screen, not the log.
Which implies that the debug log in the profile area is only going to be from the last time you ran it normally.
This is what you want in order to capture the console output to a file for later examination:
In this case "this env" is Windows. The standard way of redirecting the output of a program to a file is all you need:
C:\foo\chirp.hg> python chirpw > my_log_file.txt
--
Dan Smith
www.danplanet.com
KK7DS