Skip to content

Commit 1166348

Browse files
Update logging example in developer guide
1 parent 958a3a3 commit 1166348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for the lifetime of the process:
3535
let _guard = clp_rust_utils::logging::set_up_logging("service_name.log");
3636

3737
// Choose structured logging over formatting values directly into the message field.
38-
tracing::info!(server_address = %addr, "Server started.");
38+
tracing::info!(job_id = compression_job_id, "Compression job completed.");
3939
```
4040

4141
## WebUI

0 commit comments

Comments
 (0)