1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-24 20:06:55 +01:00

chore: decrease log level of acquire job lock (#10952)

This was done in order to debug the functionality, now it serves no
purpose
This commit is contained in:
Gastón Fournier 2025-11-10 11:38:15 +01:00 committed by GitHub
parent 8da2fa83cc
commit 142b5a5d95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ export class JobService {
if (acquired) {
const { name, bucket } = acquired;
this.logger.info(
this.logger.debug(
`Acquired job lock for ${name} from >= ${subMinutes(
bucket,
bucketSizeInMinutes,