fix warnings

This commit is contained in:
Simon Cruanes 2026-02-18 09:00:48 -05:00
parent 573e35fec9
commit c5dd792442
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

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