Merge remote-tracking branch 'Simon/develop' into develop

This commit is contained in:
hongwei 2025-12-12 10:03:10 +01:00
commit 5e61fd5dee

View File

@ -2777,11 +2777,11 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
case _ => logger.info(s"There is no ${version.toString}")
}
logger.info(s"${version.toString} was ENABLED")
logger.info(s"${version.fullyQualifiedVersion} was ENABLED")
true
} else {
logger.info(s"${version.toString} was NOT enabled")
logger.info(s"${version.fullyQualifiedVersion} was NOT enabled")
false
}
allowed