We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b786b commit 8201f3aCopy full SHA for 8201f3a
packages/frontend/src/app/interceptors/server-error.interceptor.ts
@@ -86,7 +86,7 @@ export class ServerErrorInterceptor implements HttpInterceptor {
86
}
87
88
private logError(error: HttpErrorResponse): void {
89
- console.error("HTTP Error:", {
+ console.warn("HTTP Error:", {
90
status: error.status,
91
statusText: error.statusText,
92
url: error.url,
0 commit comments