Ignore:
Timestamp:
01/05/17 00:44:59 (8 years ago)
Author:
Daniela Dorner
Message:
avoid warnings for missing files for the first few days; fixed bug in finding start and stop time; improved logging
Location:
trunk/DataCheck/Setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Setup/setup.fact.isdc

    r18683 r18708  
    107107# further wishlist: adapt ratio automatically
    108108
     109# setup for warning/errors
     110#   print warnings/errors (eg for missing files) only after a delay of few days to account for transfer
     111transferdelay=3 #days
     112checknight=`date +%Y%m%d  --date="-${transferdelay}day"`
     113
    109114# setup transfer
    110115numrsyncwuelimit=3
  • trunk/DataCheck/Setup/setup.fact.lp.data

    r18694 r18708  
    9595resulttable2="AnalysisResultsNightLP"
    9696firstnight=20121213
     97
     98# setup for warning/errors
     99#   print warnings/errors (eg for missing files) only after a delay of few days to account for transfer
     100transferdelay=3 #days
     101checknight=`date +%Y%m%d  --date="-${transferdelay}day"`
     102
Note: See TracChangeset for help on using the changeset viewer.