ccremer/greposync

Suppress output when updating in parallel

Closed this issue · 0 comments

Currently, logs and messages to the logging facility output everything immediately.
If jobs run in parallel, there could be confusing output shown where it's not easily identifiable which messages belong to which repo.

The idea is to suppress the logging output only to a single "success" message or a summarized error, where each update error is listed.

Add a flag to show the log output of the failed updates in an ordered fashion after running (e.g. like Docker buildkit).