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

Quiet excessive logging #115

Closed
pjenvey opened this issue Sep 19, 2019 · 0 comments · Fixed by #116
Closed

Quiet excessive logging #115

pjenvey opened this issue Sep 19, 2019 · 0 comments · Fixed by #116
Assignees
Labels
bug Something isn't working p1

Comments

@pjenvey
Copy link
Member

pjenvey commented Sep 19, 2019

We lost the log crate dependency along with its Cargo features = ["max_level_info", "release_max_level_info"] when we split the code into 2 separate crates.

This causes excessive trace/debug logging to be on by default, so we'll need to add this back.

@pjenvey pjenvey added bug Something isn't working p1 labels Sep 19, 2019
@pjenvey pjenvey self-assigned this Sep 19, 2019
pjenvey added a commit that referenced this issue Sep 19, 2019
along with its max log level restrictions to quiet excessive logging

also include env_logger

Closes #115
pjenvey added a commit that referenced this issue Sep 19, 2019
along with its max log level restrictions to quiet excessive logging

- include env_logger
- update spin per RUSTSEC-2019-0013

Closes #115
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant