TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.05k stars 194 forks source link

Logging for "checking" routines #3719

Closed tjayrush closed 1 month ago

tjayrush commented 1 month ago

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:

etc., etc.

tjayrush commented 1 month ago

Use ShowProgressNotTesting