Skip to content

Commit

Permalink
fix: remove trace logs from test
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Dec 24, 2023
1 parent bf5aee8 commit bbd564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io_reader_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let test_with_buffer capacity =
let () =
Riot.run @@ fun () ->
let _ = Logger.start () |> Result.get_ok in
Logger.set_log_level (Some Trace);
Logger.set_log_level (Some Info);
(* smallest buffer that will work than the target and the source*)
test_with_buffer 4;
(* smallest than the target and the source*)
Expand Down

0 comments on commit bbd564a

Please sign in to comment.