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

debug logging #46

Open
newhook opened this issue Dec 15, 2022 · 2 comments
Open

debug logging #46

newhook opened this issue Dec 15, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@newhook
Copy link

newhook commented Dec 15, 2022

The debug logging is pretty inflexible. It would be nice to be able to override the logging function, but at a minimum using log.Output vs creating a new standard logger would at least enable me to capture the data into our standard logging vs redirecting stdout.

@zeebo
Copy link
Collaborator

zeebo commented Jan 18, 2023

The debug logging is really for internal debugging when tests fail. I don't think there's useful data for external consumption.

@newhook
Copy link
Author

newhook commented Jan 18, 2023

I've used it when things went wrong with our internal services. Without the debugging it would have been very difficult to work out what was going wrong.

@zeebo zeebo added the enhancement New feature or request label Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants