Skip to content

Commit 958a3a3

Browse files
nits
1 parent 58fcfd4 commit 958a3a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/dev-docs/logging-developer-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1414
context 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
3232
for the lifetime of the process:
3333

docs/src/dev-docs/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
logging stack. There is **no single project-wide JSON schema**.
55

66
This document is divided into two sections:

0 commit comments

Comments
 (0)