File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ viewers or aggregation systems.
1010
1111## Python
1212
13- New Python orchestration services should use ` structlog ` for structured JSON logging and bind
13+ Python orchestration services should use ` structlog ` for structured JSON logging and bind
1414context variables where appropriate.
1515
1616``` python
@@ -27,7 +27,7 @@ Existing Python services use stdlib loggers whose handlers are configured with s
2727
2828## Rust
2929
30- New Rust HTTP services should initialize ` tracing ` at process startup using
30+ Rust HTTP services should initialize ` tracing ` at process startup using
3131[ ` clp_rust_utils::logging::set_up_logging ` ] [ clp-rust-logging ] and keep the returned guard alive
3232for the lifetime of the process:
3333
Original file line number Diff line number Diff line change 11# CLP Package logging
22
3- The CLP Package utilizes a polyglot architecture, meaning each component family manages its own
3+ The CLP Package utilizes a polyglot architecture, meaning each component manages its own
44logging stack. There is ** no single project-wide JSON schema** .
55
66This document is divided into two sections:
You can’t perform that action at this time.
0 commit comments