#How to prevent initial logs from appearing?

1 messages · Page 1 of 1 (latest)

stark isle
#

I mean only these initial logs that give information about the controllers, services, modules initialized

covert fox
#

In the NestFactory.create options, add logger: false

#

Don't forget to bind a new logger after creation using app.useLogger()

stark isle
covert fox
#

I mean, you could implement your own logger that ignores the RoutesExplorer and RoutesResolver contexts