We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958a3a3 commit 1166348Copy full SHA for 1166348
1 file changed
docs/src/dev-docs/logging-developer-guide.md
@@ -35,7 +35,7 @@ for the lifetime of the process:
35
let _guard = clp_rust_utils::logging::set_up_logging("service_name.log");
36
37
// Choose structured logging over formatting values directly into the message field.
38
-tracing::info!(server_address = %addr, "Server started.");
+tracing::info!(job_id = compression_job_id, "Compression job completed.");
39
```
40
41
## WebUI
0 commit comments