forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable the
tracing-log
feature of tracing-subscriber
Otherwise the CLI no longer prints `log`-based logging messages.
- Loading branch information
1 parent
4f49393
commit c664743
Showing
4 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2120,6 +2120,15 @@ This is a relatively minor set of releases with minor refactorings and bug | |
fixes. Nothing fundamental was added in these changes. | ||
""" | ||
|
||
[[audits.tracing-log]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.1.3" | ||
notes = """ | ||
This is a standard adapter between the `log` ecosystem and the `tracing` | ||
ecosystem. There's one `unsafe` block in this crate and it's well-scoped. | ||
""" | ||
|
||
[[audits.tracing-subscriber]] | ||
who = "Pat Hickey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1207,6 +1207,12 @@ criteria = "safe-to-deploy" | |
version = "0.2.1" | ||
notes = "Single unsafe usage that looks sound, no ambient capabilities" | ||
|
||
[[audits.embark-studios.audits.valuable]] | ||
who = "Johan Andersson <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.1.0" | ||
notes = "No unsafe usage or ambient capabilities, sane build script" | ||
|
||
[[audits.embark-studios.audits.webpki-roots]] | ||
who = "Johan Andersson <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|