Skip to content

Commit

Permalink
로그에 엔터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
codeing999 committed Jul 26, 2023
1 parent 812e6fa commit ec985a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger/logger.middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class LoggerMiddleware implements NestMiddleware {
body,
)}Headers: ${JSON.stringify(
headers,
)}[RESPONSE]\nStatus:${statusCode}\nBody: ${responseBody}`,
)}\n[RESPONSE]\nStatus:${statusCode}\nBody: ${responseBody}`,
);
}.bind(this);

Expand Down

0 comments on commit ec985a4

Please sign in to comment.