-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
Abundance of logging everywhere #48
Comments
The solution would be removing every logging code or if keeping it is still necessary, a statement can be created that checks if it is in production phase it would make all the log not to work |
@codistiano, can you ensure the logs only appear if the environment is in development? In deployment, avoid logging. This will help developers understand things better without unnecessary logs in production |
fixed: Abundance of logging everywhere #48
@codistiano, Hey! After merging your commit, the server crashed, so I had to revert it. Please fix the issue and create a new PR. Let me know once it's done. |
I will check the logs and fix the problems |
It's not recommended to use console.log in production code because:
The text was updated successfully, but these errors were encountered: