Ignore:
Timestamp:
29 Nov 2012, 18:46:54 (12 years ago)
Author:
Henrik Bettermann
Message:

Put all information into a single logfile line. Otherwise we can't find the information via the UI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.txt

    r9706 r9739  
    277277
    278278    >>> print open('stoneville.log').read()
    279     --------------------
    280     Bob: Batch processing finished: OK
    281     Bob: Source: newcomers.csv
    282     Bob: Mode: create
    283     Bob: User: Bob
    284     Bob: Processing time: ... s (... s/item)
    285     Bob: Processed: 4 lines (4 successful/ 0 failed)
    286     --------------------
     279    processed: newcomers.csv, create mode, 4 lines (4 successful/ 0 failed), ... s (... s/item)
     280
    287281
    288282We cleanup the temporay dir created by doImport():
     
    306300
    307301    >>> print open('stoneville.log').read()
    308     --------------------
    309     ...
    310     --------------------
    311     Bob: Batch processing finished: FAILED
    312     Bob: Source: newcomers.csv
    313     Bob: Mode: create
    314     Bob: User: Bob
    315     Bob: Failed datasets: newcomers.pending.csv
    316     Bob: Processing time: ... s (... s/item)
    317     Bob: Processed: 4 lines (0 successful/ 4 failed)
    318     --------------------
     302    processed: newcomers.csv, create mode, 4 lines (4 successful/ 0 failed), ... s (... s/item)
     303    processed: newcomers.csv, create mode, 4 lines (0 successful/ 4 failed), ... s (... s/item)
     304
    319305
    320306This time a new file was created, which keeps all the rows we could not
Note: See TracChangeset for help on using the changeset viewer.