This commit is contained in:
woxtu
2023-08-05 13:56:33 +09:00
committed by GitHub
parent 8a6791da3f
commit 79966d33b5
3 changed files with 5 additions and 5 deletions

View File

@@ -682,7 +682,7 @@ export class ClientServerService {
fastify.setErrorHandler(async (error, request, reply) => {
const errId = randomUUID();
this.clientLoggerService.logger.error(`Internal error occured in ${request.routerPath}: ${error.message}`, {
this.clientLoggerService.logger.error(`Internal error occurred in ${request.routerPath}: ${error.message}`, {
path: request.routerPath,
params: request.params,
query: request.query,