IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2007, 4:59:43 PM (19 years ago)
Author:
Paul Price
Message:

For important programs, send the trace and log messages to appropriate places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/diff_skycell.pl

    r15376 r15387  
    172172my $outputStats = $outputRoot . '.stats';
    173173
     174my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . ".trace"; # Trace messages
     175my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . ".log"; # Log messages
    174176
    175177### XXX We have to play around some here, because pois can't use Nebulous
     
    189191    $command .= " -sources $templateSources";
    190192    $command .= " -psf $inputPSF";
     193    $command .= " -tracedest $traceDest -log $logDest";
    191194
    192195    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.