Skip to content

Commit

Permalink
add logLevel to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 10, 2024
1 parent db24f4e commit 760a865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Module-PatientLevelPredictionValidation.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ PatientLevelPredictionValidationModule <- R6::R6Class(
PatientLevelPrediction::validateExternal(
validationDesignList = designs,
databaseDetails = databaseDetails,
logSettings = PatientLevelPrediction::createLogSettings(verbosity = 'INFO', logName = 'validatePLP'),
logSettings = PatientLevelPrediction::createLogSettings(verbosity = jobContext$settings$logLevel, logName = "validatePLP"),
outputFolder = workFolder
)

Expand Down

0 comments on commit 760a865

Please sign in to comment.