Skip to content

refactor: Use proper logging facilities in WebfingerService

What does this PR do? (Please give us a brief description of what this PR does.) Dumping to console.error counts as a fail condition for unit testing; considering that a failure to fetch host-meta is a "soft" error, we probably should not do that and instead use proper logging infrastructre.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports