mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
fix warnings
This commit is contained in:
parent
2fa7c05ebd
commit
5e5a0d5116
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue