specklesystems / speckle-sharp

.NET SDK, Schema and Connectors: Revit, Rhino, Grasshopper, Dynamo, ETABS, AutoCAD, Civil3D & more.
https://speckle.systems
Apache License 2.0
363 stars 167 forks source link

chore(send operation): print correlation ID in error & success messages #3583

Closed iainsproat closed 1 month ago

iainsproat commented 1 month ago

Description & motivation

When attempting to debug issues between connector and the server, we need to be able to correlate requests. The correlation ID must be printed to the console to allow the user to report this.

Having the correlation ID speeds up the ability to find the exact log messages.

Changes:

To-do before merge:

Screenshots:

Validation of changes:

Checklist:

References