Skip to content

Commit 8201f3a

Browse files
committed
fix(backend): fix error handler
1 parent e4b786b commit 8201f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/app/interceptors/server-error.interceptor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class ServerErrorInterceptor implements HttpInterceptor {
8686
}
8787

8888
private logError(error: HttpErrorResponse): void {
89-
console.error("HTTP Error:", {
89+
console.warn("HTTP Error:", {
9090
status: error.status,
9191
statusText: error.statusText,
9292
url: error.url,

0 commit comments

Comments
 (0)