fsgeek / finesse

Finesse Project Repository
Other
2 stars 0 forks source link

Add logging to the Finesse API library #9

Open fsgeek opened 4 years ago

fsgeek commented 4 years ago

The Finesse API has a transparent fallback model. It would be great if we had some way of tracing these, perhaps via environment variables, so that we can record when things fail. For example, if the dlsym call fails it is probably because the name being searched is wrong. There's enough cushioning in the system that this can silently discard the errors.

This work item is to construct a tracing mechanism for the api (finesse/api/*) that would allow us to track this information.