Skip to content

Commit

Permalink
Merge pull request #436 from podium-lib/reduce-loglevel-on-not.found
Browse files Browse the repository at this point in the history
fix: reducing logl evel to debug on 404 errors
  • Loading branch information
flatoy authored Nov 21, 2024
2 parents 3e5c6c5 + 169a47f commit c2dae64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resolver.content.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default class PodletClientContentResolver {
},
});

this.#log.warn(
this.#log.debug(
`remote resource responded with non 200 http status code for content - code: ${statusCode} - resource: ${outgoing.name} - url: ${uri}`,
);
outgoing.success = true;
Expand Down

0 comments on commit c2dae64

Please sign in to comment.