Skip to content

Commit

Permalink
Reduce log verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet committed Jan 14, 2025
1 parent a8e2625 commit 0a0f233
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ public ValidationReport runNetexDatasetValidators(

datasetValidatorStopWatch.stop();
if (datasetValidatorStopWatch.getTime() > 30000) {
LOGGER.warn(
LOGGER.info(
"Validator {} for {}/{} completed in {} ms",
netexValidatorName,
validationReport.getCodespace(),
Expand Down Expand Up @@ -461,7 +461,7 @@ > List<ValidationReportEntry> runValidator(
validatorComplete.set(true);
stopWatch.stop();
if (stopWatch.getTime() > 30000) {
LOGGER.warn(
LOGGER.info(
"Validator {} for {}/{}/{} completed in {} ms",
netexValidatorName,
codespace,
Expand Down

0 comments on commit 0a0f233

Please sign in to comment.