Archived
1
0

Merge pull request #3178 from code-asher/connections

Minor connections refactor
This commit is contained in:
Asher
2021-04-21 12:22:45 -05:00
committed by GitHub
6 changed files with 193 additions and 108 deletions

View File

@ -41,7 +41,7 @@ export const register = async (
if (error) {
return reject(error)
}
logger.trace(plural(count, `${count} active connection`))
logger.debug(plural(count, `${count} active connection`))
resolve(count > 0)
})
})