InterviewSolution
Saved Bookmarks
| 1. |
What would be your logging strategy in a microservice architecture? |
|
Answer» Logging is a very important aspect of any application. If we have done proper logging in an application, it becomes easy to support other aspects of the application as WELL. Like in order to debug the ISSUES / in order to understand what business logic might have been executed, it becomes very critical to log important details. Ideally, you should follow the following PRACTICES for logging.
|
|