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.
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.