You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be different from the logs. Log information should go to a file by default. A human readable summary should be displayed on the standard output.
We want to have different outputs:
reporting (summary of extraction, valid, invalid chunks etc.)
logs (already there, but should be written in the file)
metadata (extracted file info, information on the content) -> Metadata file #16
Scope of this ticket:
console report of identified chunks and encountered errors
summary (aggregated results)
amount of valid (by type) & unknown chunks (also the size of the chunks)
number of extracted files by type
depth of the chunks
hints on unknown chunk (eg: encrypted)
any error we encountered during handling & extraction
have a non-configurable output by default and we can change it later if we feel it is too verbose
store the logs in a file as well instead of dumping log messages to the console (should be configurable)
The text was updated successfully, but these errors were encountered:
It should be different from the logs. Log information should go to a file by default. A human readable summary should be displayed on the standard output.
We want to have different outputs:
Scope of this ticket:
The text was updated successfully, but these errors were encountered: