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:
parent
8da2fa83cc
commit
142b5a5d95
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user