π FAQ - Vet
How do I disable the stupid banner?β
- Set environment variable 
VET_DISABLE_BANNER=1 
Something is wrong! How do I debug this thing?β
- Run without the eye candy UI and enable log to file or to 
stdout. 
Log to stdout:
vet scan -D /path/to/repo -s -l- -v
Log to file:
vet scan -D /path/to/repo -l /tmp/vet.log -v