The current pattern is to set the picocli.trace system property. It would be nice if there were a more programmatic way to do this, e.g. something like
cmdLine.setTraceLevel(OFF)
For context, we are currently using Picocli's parsing capabilities in an environment where a pattern like System.setProperty is heavily discouraged and requires a security exception.