|
|
|
|
|
by vayarajesh
3343 days ago
|
|
If you are micro-services based architecture, then it is very important to track and log a request through the multi-service calls and relate the logs. Syslog with a common UUID set at the entry point (typically at proxy or load balancer level e.g. nginx) of the request and then logger will log the UUID as the part of UUID parameter of Syslog. Syslog then can be parsed and also form JSON objects for the poeple in Ops and send it to a service. Basically you could have one more internal micro-service to handle logs from Syslog and then parse it and send it wherever Ops would need. |
|