mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-17 13:46:47 +02:00
chore: decrease ui observability to warn (#9658)
These errors are not acted upon and is not something we can act on. Reducing it's level to WARN following https://github.com/Unleash/unleash/blob/main/website/docs/contributing/ADRs/overarching/logging-levels.md
This commit is contained in:
parent
89f63285a0
commit
ef1b6ec227
@ -47,7 +47,7 @@ export class UiObservabilityController extends Controller {
|
||||
}
|
||||
|
||||
async recordUiError(req: Request, res: Response): Promise<void> {
|
||||
this.logger.error(
|
||||
this.logger.warn(
|
||||
`UI Observability Error: ${req.body.errorMessage}`,
|
||||
req.body.errorStack,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user