We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every request is logging a console message , for example as "POST /sales/recon 200 7390.211 ms - -" for a /sales/recon request.
is there any way to turnoff these console logs ?
The text was updated successfully, but these errors were encountered:
Morgan package is doing that for you. Just comment out or remove app.use(morgan(logs)); on line 21 in express.js inside config folder
app.use(morgan(logs));
Sorry, something went wrong.
No branches or pull requests
Every request is logging a console message , for example as "POST /sales/recon 200 7390.211 ms - -" for a /sales/recon request.
is there any way to turnoff these console logs ?
The text was updated successfully, but these errors were encountered: