Branch: refs/heads/2.3.0
Home:
https://github.com/Checkmk/checkmk
Commit: e2750a857f1d43e60d3db93b001a7215e1e8a1e2
https://github.com/Checkmk/checkmk/commit/e2750a857f1d43e60d3db93b001a7215e…
Author: Andreas Umbreit <andreas.umbreit(a)checkmk.com>
Date: 2024-03-13 (Wed, 13 Mar 2024)
Changed paths:
M packages/check-http/Cargo.lock
M packages/check-http/Cargo.toml
M packages/check-http/src/cli.rs
M packages/check-http/src/http/request.rs
M packages/check-http/src/main.rs
Log Message:
-----------
check_http: Provide logging
Some crates provide their logging via the "log" crate,
and some others use the "tracing" crate.
We consume the logging/tracing with the tracing_subscriber crate, which
provides a compatibility layer for "log" messages.
By that, our logging catches all emitted messages.
CMK-16398
Change-Id: I9c660577d68a6d4f88cb33aeaafd5e09bb240965
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications