mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
feat(logging): centralize logging setup in teepot crate
- Added a new logging module in `teepot` crate. - Removed redundant logging setup code from individual projects. - Updated dependencies and references for logging setup. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
2ff3b1168d
commit
af3ab51320
7 changed files with 85 additions and 68 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4952,6 +4952,8 @@ dependencies = [
|
|||
"testaso",
|
||||
"thiserror",
|
||||
"tracing",
|
||||
"tracing-log 0.2.0",
|
||||
"tracing-subscriber",
|
||||
"webpki-roots",
|
||||
"x509-cert",
|
||||
"zeroize",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue