IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 7, 2017, 11:59:00 AM (9 years ago)
Author:
watersc1
Message:

Split logs by mode.

File:
1 edited

Legend:

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

    r40201 r40203  
    7575if ($save_log) {
    7676    my $logDest = "neb://any/raw_check_mddb/exp_${exp_id}";
     77    if ($do_cull) {
     78        $logDest .= ".cull";
     79    }
     80    elsif ($do_revalidate) {
     81        $logDest .= ".revalidate";
     82    }
     83    else {
     84        $logDest .= ".check";
     85    }
    7786
    7887    $ipprc->redirect_to_logfile($logDest) or die "Could not redirect output to logfile ${logDest}\n";
Note: See TracChangeset for help on using the changeset viewer.