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

Logging & metrics #104

Open
andreeaflorescu opened this issue Mar 8, 2021 · 0 comments
Open

Logging & metrics #104

andreeaflorescu opened this issue Mar 8, 2021 · 0 comments

Comments

@andreeaflorescu
Copy link
Member

andreeaflorescu commented Mar 8, 2021

This is a topic that has been discussed during the rust-vmm sync meeting on 2021-03-08 (meeting agenda: https://etherpad.opendev.org/p/rust-vmm-sync-2021).

We decided that for development & debugging we can use the log crate. @alexandruag raised some concerns with using log directly for production use cases. A problem with directly using log macros is that the attributed severity (i.e. error, warning or info) depends on the use case of the consumer. What is an error for one use case might be the just an info for another.

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