We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d47094 commit 7f2af39Copy full SHA for 7f2af39
1 file changed
src/main/java/org/utplsql/cli/Cli.java
@@ -21,6 +21,8 @@ public static void main(String[] args) {
21
22
static int runPicocliWithExitCode(String[] args) {
23
24
+ LoggerConfiguration.configure(LoggerConfiguration.ConfigLevel.NONE);
25
+
26
logger.debug("Args: "+String.join(", ", args));
27
28
CommandLine commandLine = new CommandLine(UtplsqlPicocliCommand.class);
0 commit comments