Skip to content

Commit 93daf6d

Browse files
committed
feat: logger 옵션 추가
1 parent 7b642b8 commit 93daf6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import * as cookieParser from 'cookie-parser';
77
async function bootstrap() {
88
const app = await NestFactory.create(AppModule, {
99
cors: { credentials: true, origin: 'http://localhost:3000' },
10+
logger: ['verbose'],
1011
});
1112

1213
const config = new DocumentBuilder()

0 commit comments

Comments
 (0)