- SonarScanner 4.6.2.2472-linux
- Where to find the scanner logs/output?
- Can’t find in the public yet.
Hi,
Welcome to the community!
The scanner logs out to the same place it was invoked from. So if you invoke it from a shell command line, the scanner will output its lots to that same shell. If you invoke it from a Jenkins pipeline, look there for the logs. In short, the scanner logs to stdout
.
HTH,
Ann