Skip to content

Commit

Permalink
#374 Another fixup from compile warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Sep 30, 2024
1 parent fe246e5 commit 91fb48a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ abstract class JobBase(operationDef: OperationDef,
true
case Some(chunk) =>
false
case Some(chunk) =>
false
}
}
}
Expand Down
1 change: 1 addition & 0 deletions pramen/core/src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ log4j.logger.za.co.absa.pramen.core.mocks.job.JobBaseDummy=OFF
log4j.logger.za.co.absa.pramen.core.notify.SyncNotificationEmail=OFF
log4j.logger.za.co.absa.pramen.core.reader.TableReaderJdbc=OFF
log4j.logger.za.co.absa.pramen.core.runner.AppRunner$=OFF
log4j.logger.za.co.absa.pramen.core.runner.jobrunner.ConcurrentJobRunnerImpl=OFF
log4j.logger.za.co.absa.pramen.core.runner.task.TaskRunnerBase=OFF
log4j.logger.za.co.absa.pramen.core.runner.task.TaskRunnerMultithreaded=OFF
log4j.logger.za.co.absa.pramen.core.runner.task.TaskRunnerParallel=OFF
Expand Down
3 changes: 3 additions & 0 deletions pramen/core/src/test/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ logger.jdbcnativeutils.level = OFF
logger.apprunner.name = za.co.absa.pramen.core.runner.AppRunner$
logger.apprunner.level = OFF

logger.concurrentjobrunner.name = za.co.absa.pramen.core.runner.jobrunner.ConcurrentJobRunnerImpl
logger.concurrentjobrunner.level = OFF

logger.taskrunnermultithreaded.name = za.co.absa.pramen.core.runner.task.TaskRunnerMultithreaded
logger.taskrunnermultithreaded.level = OFF

Expand Down

0 comments on commit 91fb48a

Please sign in to comment.