Opened 9 years ago

Last modified 7 years ago

#1143 closed defect

WCST Import should write the result of the ingestion to a log file — at Version 3

Reported by: Alex Dumitru Owned by: Alex Dumitru
Priority: minor Milestone: 9.5
Component: petascope Version: development
Keywords: Cc: Bang Pham Huu
Complexity: Medium

Description (last modified by Alex Dumitru)

Per Bang's suggestion, as many of our users are now running large ingestion processes we should give them a method of seeing the end result of their ingestion process (especially if skip=True is enabled which ignores some failures).
WCSTImport should create a file in the working directory called IngredientFileName.ingestion.log that contains the following information:

Coverage Name: Some coverage
Result: Success | Success with skipped files | Failure
Skipped files: (if any of them exist)

  • file 1
  • file 2

Unrecoverable failure (if any of them exist): Rasdaman service is down

Change History (3)

comment:1 by Alex Dumitru, 9 years ago

Cc: Bang Pham Huu added

comment:2 by Dimitar Misev, 9 years ago

WCSTImport should create a file in the working directory called CoverageName.ingestion.log

I think ingredients_filename.ingestion.log would be a better choice.

comment:3 by Alex Dumitru, 9 years ago

Description: modified (diff)

Sounds good, I modified the ticket

Note: See TracTickets for help on using tickets.