Turn off console logging (sonar.log.level)

Hello @alyman,

The is no way to turn off logging except for DEBUG and TRACE levels. If you don’t want logging (and I would wonder why, this is useful for investigation at least), you have to redirect output to a black hole output such as /dev/null

Olivier