No, that only includes debug logs from yesterday before I installed the dev env...
-----Original Message----- From: chirp_devel-bounces@intrepid.danplanet.com [mailto:chirp_devel-bounces@intrepid.danplanet.com] On Behalf Of Dan Smith Sent: January 01, 2013 14:50 To: chirp_devel@intrepid.danplanet.com Subject: Re: [chirp_devel] chirp_devel Digest, Vol 20, Issue 13
Your directions talk about what to do with the debug log, but they never say where it is.
Yes, they do:
Windows Go to Start->Run and type "%APPDATA%\CHIRP". Your debug.log file will be
in the folder that opens.
However, as I said, if you're running from the command line, the contents go to the screen, not the log.
Also, no idea how to pipe it to a file. Don't know this env.
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