Reduce log spam from `ApPersonService.updateFeatured`
Compare changes
@@ -7,6 +7,7 @@ import { Inject, Injectable } from '@nestjs/common';
@@ -722,7 +723,15 @@ export class ApPersonService implements OnModuleInit {
What does this PR do?
Tweak the error logging in ApPersonService.updateFeatured
to exclude the stack trace for HTTP / network errors. This greatly reduces the number of stack traces filling up the server logs.
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines