Skip to content
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

Use proper logging #14

Open
discospiff opened this issue Dec 11, 2021 · 0 comments
Open

Use proper logging #14

discospiff opened this issue Dec 11, 2021 · 0 comments

Comments

@discospiff
Copy link

Use proper logging instead of printStackTrace().

Logging has the concept of priority (error, debug, warn, etc.), which printStackTrace() doesn't have.
No one will see printStackTrace(), as it goes to console.
Log messages can be aggregated by several commercial tools. Not so easy with printStackTrace().

https://github.com/Bipal123/Fast-Food-App/blob/619db364c35d1237401a456ff02b4ac1fe0481c7/src/main/java/com/enterprise/fastfoodapplication/controllers/OrdersController.java#L42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant