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
{{ message }}
This repository has been archived by the owner on May 31, 2023. It is now read-only.
errors are the main way to report information back to the user when finally written to stderr in main
some messages may be printed to stderr when there's no caller to return an error to (ex: cascade in multireader, error correction in parity, write errors in ansirefresh)
Add a proper logger for:
those errors
tracing of normal activity
begin/end of chunk processing
size before, after
elapsed time
passing from one proc to the next
within procs
reads, writes, downloads, uploads
error detection and correction
etc.
The text was updated successfully, but these errors were encountered:
Currently, there's next to no logging:
Add a proper logger for:
The text was updated successfully, but these errors were encountered: