ok secmod with logs

This commit is contained in:
swrup 2026-02-21 20:42:25 +01:00
parent 2a209fbfb3
commit 8d8d66fd44
5 changed files with 50 additions and 35 deletions

View file

@ -48,10 +48,8 @@ module Log_reporter = struct
in
{ report }
(* TODO logs
- vif shouldn't use/set the default reporter
- Log.err all `Internal_server_error response *)
let setup () =
(*Logs.Src.set_level Secmod_rsa.src (Some Logs.Debug);*)
let level = Some Logs.Info in
Logs.set_level ~all:false level;
Fmt_tty.setup_std_outputs ~style_renderer:`Ansi_tty ~utf_8:true ();