IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 5:44:55 PM (17 years ago)
Author:
bills
Message:

Create stamps in workdir area instead of the data store product directory
various changes to improve logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_listjobs.pl

    r18545 r21410  
    101101    my $add_fits = 0;
    102102    if ($job->{jobType} ne "get_image") {
    103         $add_fits = 1;
     103#        $add_fits = 1;
    104104    }
    105105
     
    115115    }
    116116
    117     print "$job->{job_id} $job->{state} $uri\n";
     117    print "$job->{job_id} $job->{state} $job->{fault} $job->{name} $job->{outProduct} $uri\n";
    118118}
    119119
Note: See TracChangeset for help on using the changeset viewer.