home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text2239.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  643 b   |  20 lines

  1. >>>>> "Fred" == Fred Salerno <salernof@gate.net> writes:
  2.  
  3.     >>  mkdir \tmp executor -debug fast -logerr
  4.     >> 
  5.  
  6.     Fred> Is that how it works? Ive been doing:
  7.  
  8.     Fred> executor -debug fast -logerr >err.txt
  9.  
  10. That will capture the traceback to err.txt but will not actually put
  11. the error log there.  Using the ">" only redirects information that
  12. would normally be going to the screen (like our tracebacks).  The
  13. amount of information that "-debug fast" generates is too great for us
  14. to want to send it to the screen.  "\tmp\err.out" may not be the best
  15. choice but that's what we chose for internal use a while back.
  16.  
  17. --Cliff
  18. ctm@ardi.com
  19.  
  20.