Opened 9 years ago
Closed 7 years ago
#1143 closed defect (fixed)
WCST Import should write the result of the ingestion to a log file
Reported by: | Alex Dumitru | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | minor | Milestone: | 9.5 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Bang Pham Huu | |
Complexity: | Medium |
Description (last modified by )
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 (8)
comment:1 by , 9 years ago
Cc: | added |
---|
comment:2 by , 9 years ago
comment:4 by , 9 years ago
thanks Alex, the file name is a good thing to discuss but the log detail is the most important (from my view, I need number of success files, error file with error (if it had)). Dimitar can give a good idea (as always).
comment:5 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 7 years ago
Owner: | changed from | to
---|
comment:8 by , 7 years ago
Milestone: | Future → 9.5 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
I think ingredients_filename.ingestion.log would be a better choice.