TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system

Home Page:https://trueblocks.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging for "checking" routines

tjayrush opened this issue · comments

Some routines, such as chifra chunks index --check or chifra chunks index --truncate only report actual data (i.e., the result of the process) when they are finished.

For these routines, we should show progress even if we are in the terminal.

Otherwise, the routine appears to hang.

List of such routines:

  • chifra chunks index --truncate
  • chifra when --timestamp --check
  • chifra chunks index --check --deep

etc., etc.

Use ShowProgressNotTesting