Pop-Code / nestjs-console

A nestjs module that provide a cli to your application.
https://www.npmjs.com/package/nestjs-console
MIT License
558 stars 26 forks source link

nestjs Logger not working #714

Open michelemilani91 opened 3 months ago

michelemilani91 commented 3 months ago

If you instantiate a Logger from nestjs/common inside the @Console annotated class, and you call it for log stuff, it doesn't work

Rmannn commented 2 months ago

Can you try to set your context options to set the log level. See more details here https://github.com/Pop-Code/nestjs-console/issues/104