flow-cli
flow-cli copied to clipboard
Progress loggers issues
Progress reporting should be avoided where possible (in some cases it provides value to CLI users seeing the progress).
There's a possible bug not stopping the progress https://github.com/onflow/flow-cli/blob/93b7336efceb00bf20b3039ca3694cec492ebff9/flowkit/flowkit.go#L310 All the progress reports should be revisited and make sure they can run nicely with multiple go routines.
The logger should support integration with popular go logging libraries (logrus, zap, zerolog).