linz / geostore

Central storage, management and access for important geospatial datasets
MIT License
33 stars 2 forks source link

Logging: Add a 'correlation' id #1893

Open billgeo opened 2 years ago

billgeo commented 2 years ago

To assist in troubleshooting and tracing issues back to root log / root problem, we want to add a correlation ID to all logs

Should be correlated by a user action, i.e. triggering a lambda endpoint (dataset, dataset version, import status).

AmrouEmad commented 2 years ago

To assist in troubleshooting and tracing issues back to root log / root problem, we want to add a correlation ID to all logs

Should be correlated by a user action, i.e. triggering a lambda endpoint (dataset, dataset version, import status).

The Correlation IDs is famous for microservices architectures when you have many services calling each others and you want to track the logs using uniquely ID for fast troubleshooting. I think we need to be sure how it will be helpful here.