Changeset 18696


Ignore:
Timestamp:
12/18/16 23:47:05 (8 years ago)
Author:
Daniela Dorner
Message:
optimized logging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillRatescans.sh

    r18322 r18696  
    4848   printprocesslog "INFO processing "$ratescanfile
    4949   echo "INFO processing "$ratescanfile >> $logfile 2>&1
     50   # check if ratescan file is there
     51   #  and print warning if a file is expected but not found
    5052   if ! [ -e $ratescanfile ]
    5153   then
     
    5658         printprocesslog "INFO "$ratescanfile" not found."
    5759      else
    58          printprocesslog "WARN "$ratescanfile" not found."
     60         # in the telcon on 25.5.2016 it was decided to take no nightly ratescans anymore
     61         if [ $runnumber -le 20160525 ]
     62         then
     63            printprocesslog "WARN "$ratescanfile" not found."
     64         else
     65            printprocesslog "INFO "$ratescanfile" not found."
     66         fi
    5967      fi
    6068      continue
Note: See TracChangeset for help on using the changeset viewer.