ljlm0402 / typescript-express-starter

📘 Quick and Easy TypeScript Express Starter
http://npm.im/typescript-express-starter
MIT License
2.71k stars 419 forks source link

how to stop the logging to the logs/error ? #217

Open Mubarisk opened 1 year ago

Mubarisk commented 1 year ago

Summary (요약)

I want to stop logging, at least in the local environment, and I need to get the error on the terminal, i commended the morgan middleware, but that didn't work, ow can I solve this?

Additional Details (추가적인 세부 사항)

muhammadharis1212 commented 1 year ago

same question

muhammadharis1212 commented 1 year ago

disable the following code in utils/logger.ts file

image