Skip to content

Commit

Permalink
fix : log path
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup committed Jan 23, 2025
1 parent 404145c commit f555fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const modules = [
}
: undefined,
options: {
destination: 'app/logs/app.log', // 로그 파일 경로
destination: '/usr/src/app/logs/app.log', // 로그 파일 경로
},
customLogLevel: (req, res, err) => {
if (req.url.includes('/metrics')) {
Expand Down

0 comments on commit f555fe8

Please sign in to comment.