Skip to content

Commit

Permalink
Enable debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Oct 26, 2024
1 parent 388d0e9 commit 47b226b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AppThreadsService } from './cluster/app-threads.service'

async function bootstrap() {
const app = await NestFactory.create(AppModule, {
logger: ['error', 'warn', 'log'], // 'debug'], // 'verbose'],
logger: ['error', 'warn', 'log', 'debug'], // 'verbose'],
})
await app.listen(3000)
}
Expand Down

0 comments on commit 47b226b

Please sign in to comment.