flow-cli icon indicating copy to clipboard operation
flow-cli copied to clipboard

Progress loggers issues

Open devbugging opened this issue 1 year ago • 2 comments

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).

devbugging avatar May 04 '23 18:05 devbugging