1701-jan09-java / interview-evaluations

Interview Evaluations Microservice
MIT License
1 stars 9 forks source link

Log unhandled exceptions to error file #52

Open cmatheny opened 7 years ago

cmatheny commented 7 years ago

Unhandled exceptions return a 500 server error. These should be logged to an error file by ControllerAdvice so we are aware of them and can catch and address the problem.

tjkemper commented 7 years ago

We should log to standard out.

tjkemper commented 7 years ago

Containers are ephemeral. We can't really write to disk.