normalize use of .info (INFO) instead of .succ (DONE) logging
This commit is contained in:
parent
8e30744bb9
commit
e9eaafae41
13 changed files with 27 additions and 27 deletions
|
|
@ -106,7 +106,7 @@ export class RemoteUserResolveService {
|
|||
});
|
||||
}
|
||||
|
||||
this.logger.succ(`Corrected URI for ${acctLower} from ${user.uri} to ${self.href}`);
|
||||
this.logger.info(`Corrected URI for ${acctLower} from ${user.uri} to ${self.href}`);
|
||||
|
||||
await this.apPersonService.updatePerson(self.href);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue