home *** CD-ROM | disk | FTP | other *** search
- >>>>> "Fred" == Fred Salerno <salernof@gate.net> writes:
-
- >> mkdir \tmp executor -debug fast -logerr
- >>
-
- Fred> Is that how it works? Ive been doing:
-
- Fred> executor -debug fast -logerr >err.txt
-
- That will capture the traceback to err.txt but will not actually put
- the error log there. Using the ">" only redirects information that
- would normally be going to the screen (like our tracebacks). The
- amount of information that "-debug fast" generates is too great for us
- to want to send it to the screen. "\tmp\err.out" may not be the best
- choice but that's what we chose for internal use a while back.
-
- --Cliff
- ctm@ardi.com
-
-