fix warnings

This commit is contained in:
Simon Cruanes 2026-02-18 09:00:48 -05:00
parent 2fa7c05ebd
commit 5e5a0d5116

View file

@ -23,9 +23,6 @@ let log_level_to_severity (level : Logs.level) : Otel.Logs.severity =
(* Logs Util *) (* Logs Util *)
(*****************************************************************************) (*****************************************************************************)
let create_tag (tag : string) : string Logs.Tag.def =
Logs.Tag.def tag Format.pp_print_string
let emit_telemetry_tag = let emit_telemetry_tag =
Logs.Tag.def ~doc:"Whether or not to emit this log via telemetry" Logs.Tag.def ~doc:"Whether or not to emit this log via telemetry"
"emit_telemetry" Format.pp_print_bool "emit_telemetry" Format.pp_print_bool