Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logging infrastructure #104

Closed
bpkroth opened this issue Sep 25, 2020 · 1 comment
Closed

Add logging infrastructure #104

bpkroth opened this issue Sep 25, 2020 · 1 comment

Comments

@bpkroth
Copy link
Contributor

bpkroth commented Sep 25, 2020

We've noticed that troubleshooting, particularly where there is cross process/language waiting or lookups involved, could be added by some simple print statements to track the status of various operations (e.g. assembly lookup, synchronization points, etc.)

However, these statements are undesirable in a production environment so have been eschewed thus far.

We should implement a logging mechanism to make that configurable on a case by case basis.

@bpkroth
Copy link
Contributor Author

bpkroth commented Sep 25, 2020

@grlap for visibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant