db-resolver

This commit is contained in:
tamaina 2024-03-09 17:25:24 +00:00
parent 70693af4e4
commit 1690e0617e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export class ApDbResolverService implements OnApplicationShutdown {
private apLoggerService: ApLoggerService,
) {
this.publicKeyByUserIdCache = new MemoryKVCache<MiUserPublickey[] | null>(Infinity);
this.logger = this.apLoggerService.logger;
this.logger = this.apLoggerService.logger.createSubLogger('db-resolver');
}
@bindThis