test_logs 0.1.33

Library to see logs in tests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "test_logs"
version = "0.1.33"
edition.workspace = true
description = "Library to see logs in tests"
license.workspace = true
repository = "https://github.com/release-plz/release-plz/tree/main/crates/test_logs"
keywords = ["test", "logs", "tracing"]
categories = ["development-tools", "development-tools::testing"]

[lints]
workspace = true

[dependencies]
tracing-log.workspace = true
tracing-subscriber = { workspace = true, features = ["env-filter"] }
tracing.workspace = true