Skip to content

Commit

Permalink
Adding debug logging #823
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Mar 19, 2024
1 parent 03b0d10 commit 3175997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class ParatooProtocolConfig {
Map tmpSurveyId = getSurveyId(surveyData)
if (!tmpSurveyId) {
log.error("Cannot find surveyId:")
log.debug(surveyData)
log.debug(surveyData.toString())
return false
}
tmpSurveyId?.surveyType == surveyId.survey_metadata?.survey_details.survey_model &&
Expand Down

0 comments on commit 3175997

Please sign in to comment.