private-attribution / ipa

A raw implementation of Interoperable Private Attribution
MIT License
40 stars 23 forks source link

Logging for synthetic data test #726

Open richajaindce opened 1 year ago

richajaindce commented 1 year ago

For the test, we need logging in a few places

  1. Print config on helper node with the running query
  2. Also print the time taken by helper to execute a query. Since all helpers are in different timezones, the log times arent very helpful. This will also assist helpers to measure the runtime without asking us and provide proof points also.
richajaindce commented 1 year ago

While throwing out errors, we should also log which helper gave that error. This should be added if query returns with

  1. Query is running state
  2. Network configuration is incorrect with error message "invalid peer certificate: BadSignature" This would help in easier troubleshooting of setup