Merge remote-tracking branch 'upstream/release-8.1' into release-8.6

This commit is contained in:
Taranto 2023-07-07 21:15:01 +01:00
commit 8b1cf46f77
5 changed files with 46 additions and 24 deletions

View file

@ -83,7 +83,7 @@ const populateSettings = function (req, res, next) {
.catch(next)
}
logger.debug('Fetching and caching a specific config version')
logger.debug('Fetching a cached specific config version')
req.settings = cachedVersionedSettings
return next()
}