Skip to content

Commit ad1c53c

Browse files
Update content/techniques/logger.md
1 parent 106c40a commit ad1c53c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/techniques/logger.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ app.useLogger(new MyLogger());
246246
await app.listen(3000);
247247
```
248248

249-
Be mindful that if you supply `logger: false` to `NestFactory.create`, nothing will be logged until you call `useLogger`, so you may miss some important initialization errors.
250-
If you don't mind that some of your initial messages will be logged with the default logger, you can just omit the `logger: false` option.
249+
Be mindful that if you supply `logger: false` to `NestFactory.create`, nothing will be logged until you call `useLogger`, so you may miss some important initialization errors. If you don't mind that some of your initial messages will be logged with the default logger, you can just omit the `logger: false` option.
251250

252251
#### Use external logger
253252

0 commit comments

Comments
 (0)