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

Stdlib libraries need more logging #9979

Open
straight-shoota opened this issue Nov 26, 2020 · 0 comments
Open

Stdlib libraries need more logging #9979

straight-shoota opened this issue Nov 26, 2020 · 0 comments

Comments

@straight-shoota
Copy link
Member

Since the introduction of the standardized Log framework (#8847 and others), it has only received limited application in stdlib.
There are currently 23 calls to a log method outside src/log, half of them in the compiler's playground server (which used the old Logger class before), the rest is in HTTP::Server and OpenSSL.

For the size of the standard library this amount of logging coverage is is way to little. Especially considering what a powerful and flexible tool Log is.

So I'm wondering what's the best way to improve this. Just go through entire stdlib file by file and see what could use some logging? Or better a prioritized approach focusing on most relevant features?

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

No branches or pull requests

1 participant