better secmod

This commit is contained in:
swrup 2026-02-17 09:30:20 +01:00 committed by Swrup
parent 67d0820643
commit 7bb2f60f24
24 changed files with 1231 additions and 1022 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 ();