Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Logging #7

Open
Roman2K opened this issue Mar 17, 2017 · 0 comments
Open

Logging #7

Roman2K opened this issue Mar 17, 2017 · 0 comments
Labels

Comments

@Roman2K
Copy link
Owner

Roman2K commented Mar 17, 2017

Currently, there's next to no logging:

  • 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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant