| Title: | DOCUMENT T1.0 | 
| Notice: | **New notesfile (DOCUMENT.NOTE) now available (see note 897)** | 
| Moderator: | CLOSET::ADLER | 
| Created: | Mon Feb 09 1987 | 
| Last Modified: | Thu Oct 31 1991 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 897 | 
| Total number of notes: | 4397 | 
    Is there a way to suppress LOG file output on DOCUMENT/BATCH
    processing?   I use an LPS40 for document printing, but my SYS$PRINT
    is assigned to a flakey old LN03 with a mean time between failures
    of about 15 minutes.  I really don't want to look at LOG files at
    all.
    
    Thanks.
    -pd
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 254.1 | try nolog | 3D::BOYACK | pithy...pithy...pithy | Wed Apr 15 1987 10:39 | 1 | 
| I believe you can use DOCUMENT/BATCH=(NOLOG) | |||||
| 254.2 | noprint, nokeep | TLE::SAVAGE | Neil, @Spit Brook | Wed Apr 15 1987 16:30 | 3 | 
|     If the solution in .1 doesn't do it, try:
    
    DOCUMENT/BATCH=(NOPRINT,NOKEEP)
 | |||||
| 254.3 | AUTHOR::WELLCOME | Steve | Thu Apr 16 1987 13:29 | 7 | |
|     Or you can do
    
    	DOCUMENT/BATCH=(LOG=logfilename,NOPRINT)
    
    which will put the log in a file with the name you choose.  Then
    when DOCUMENT crumps, you can type out the log file on your terminal
    to see what happened, or print it on a printer.
 | |||||