FoalTS / foal

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
https://foalts.org/
MIT License
1.89k stars 139 forks source link

How do I control the log level #813

Closed raisaaaan closed 3 years ago

raisaaaan commented 3 years ago

The request URL is output in the log, but I want to output the log only when there is an error.
How should I control it?

raisaaaan commented 3 years ago

I'm sorry.

The documentation contained environment variables. https://foalts.gitbook.io/docs/topic-guides/utilities/logging-and-debugging#disabling-http-request-logging

Now that it's resolved, this issue is closed.