Skip to content

Commit a3b11ce

Browse files
committed
Increase the severity of extraction errors
The errors we throw are probably 80% going to be our problem, not users.
1 parent 2a1eb8e commit a3b11ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/product/pnp-product-sync.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class PnpProductSyncService {
6767
result,
6868
);
6969
} catch (e) {
70-
this.logger.warning(e.message, {
70+
this.logger.error(e.message, {
7171
id: pnp.id,
7272
exception: e,
7373
});

0 commit comments

Comments
 (0)