Skip to content

Commit

Permalink
Merge pull request #276 from entur/reduce_log_verbosity
Browse files Browse the repository at this point in the history
Reduce log verbosity
  • Loading branch information
vpaturet authored Jan 14, 2025
2 parents a8e2625 + 0a0f233 commit 4b2cc74
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 4b2cc74

Please sign in to comment.