xk6 icon indicating copy to clipboard operation
xk6 copied to clipboard

Add option to limit verbosity of build output

Open pablochacin opened this issue 2 years ago • 1 comments

When running xk6 in a CI for generating multiple binaries (e.g. for multiple target GOOS and GOARCH) the output is noisy and makes hard to detect errors.

To improve this situation some current log outputs can be moved from INFO to DEBUG. Also a new environment variable XK6_LOG_LEVEL can be added to control amount of output generated.

pablochacin avatar Nov 30 '22 10:11 pablochacin

Once #101 is completed, this functionality will be available as the k6foundry library supports verbosity levels

pablochacin avatar Jul 04 '24 13:07 pablochacin