mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
reduce log spam from CheckModeratorsActivityProcessorService
This commit is contained in:
@@ -98,16 +98,16 @@ export class CheckModeratorsActivityProcessorService {
|
|||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
public async process(): Promise<void> {
|
public async process(): Promise<void> {
|
||||||
this.logger.info('start.');
|
this.logger.debug('start.');
|
||||||
|
|
||||||
const meta = await this.metaService.fetch(false);
|
const meta = await this.metaService.fetch(false);
|
||||||
if (!meta.disableRegistration) {
|
if (!meta.disableRegistration) {
|
||||||
await this.processImpl();
|
await this.processImpl();
|
||||||
} else {
|
} else {
|
||||||
this.logger.info('is already invitation only.');
|
this.logger.debug('is already invitation only.');
|
||||||
}
|
}
|
||||||
|
|
||||||
this.logger.succ('finish.');
|
this.logger.debug('finish.');
|
||||||
}
|
}
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
|
|||||||
Reference in New Issue
Block a user