Blacksmith
 Joined: 10 May 2010 SWITERZRLAND-Zurich-Watt | | My Log file has almost 1'000'000 lines. In a file huge like this is impossible to search the lines containing certain errors. I see 2 solutions:
1) Erroneous lines get repeated at the end of the log file. This is simple, but will NOT cover all of the problems. To analyze the problem described in ' Unstoppable Copier V5.2 - Bug #6' I would need to have a look at the 81 lines copied – not at the skipped or corrupt ones…
2) Lines need a structure that allows to postprocess them. This is not possible today as the separating character between the fields on one line is the space character. Space is a valid character for file names as well, making it impossible to postprocess the log with standard tools (e.g. Spreadsheet).
I think it would make sense to change the information in the log file as well:
- Linenumber
- Filename
- Sourcefolder
- Targetfolder
- Filetype (should be redundantly conained in Filename as well)
- Size
- Intergrity
- Status
instead of
- Sourcepath
- Targetpath
- Status
|
|