google / go-licenses

A lightweight tool to report on the licenses used by a Go package and its dependencies. Highlight! Versioned external URL to licenses can be found at the same time.
Apache License 2.0
790 stars 117 forks source link

How to display verbose logging? #266

Open Schwartz-Matthew-bah opened 1 month ago

Schwartz-Matthew-bah commented 1 month ago

Hi, I am trying to understand why go-licenses executes more slowly in Github Actions than locally.

Running the help command shows that there is a flag for verbosity that takes a number as a parameter

  -v, --v Level                          number for the log level verbosity

What are the possible numbers to pass to this value?

Also second question - is it a known issue that this tool runs more slowly in a Github Action than local?