Revert "[MNG-5587] When the build fails emit any errors without the user having to specify -e or -X"

This reverts commit 838c196359.
This commit is contained in:
Michael Osipov 2020-01-28 10:13:42 +01:00
parent cdb2cd0df3
commit 720e46d91d
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@ void logging( CliRequest cliRequest )
// LOG LEVEL
cliRequest.debug = cliRequest.commandLine.hasOption( CLIManager.DEBUG );
cliRequest.quiet = !cliRequest.debug && cliRequest.commandLine.hasOption( CLIManager.QUIET );
cliRequest.showErrors = cliRequest.debug || cliRequest.commandLine.hasOption( CLIManager.ERRORS );
slf4jLoggerFactory = LoggerFactory.getILoggerFactory();
Slf4jConfiguration slf4jConfiguration = Slf4jConfigurationFactory.getConfiguration( slf4jLoggerFactory );