Skip to content

Commit

Permalink
Merge pull request #64 from icann/feature/RCT-14
Browse files Browse the repository at this point in the history
feature/RCT-14 - Print errors/stack traces regardless of mode
  • Loading branch information
syz125 authored Feb 6, 2025
2 parents 86847f4 + b2917dc commit 36e7966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class RdapConformanceTool implements RDAPValidatorConfiguration, Callable
public Integer call() throws Exception {
if (!isVerbose) {
Logger root = (Logger) LoggerFactory.getLogger(Logger.ROOT_LOGGER_NAME);
root.setLevel(Level.OFF);
root.setLevel(Level.ERROR);
}

ValidatorWorkflow validator;
Expand Down

0 comments on commit 36e7966

Please sign in to comment.