Skip to content

Commit

Permalink
don't force log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
yomimono committed Mar 28, 2019
1 parent 7c257da commit 6967ca0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/blkfront.ml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ open Blkproto
open Gnt
open OS

let src =
let src = Logs.Src.create "blkfront" ~doc:"Mirage Xen blkfront" in
Logs.Src.set_level src (Some Logs.Info);
src
let src = Logs.Src.create "blkfront" ~doc:"Mirage Xen blkfront"

module Log = (val Logs.src_log src : Logs.LOG)

Expand Down

0 comments on commit 6967ca0

Please sign in to comment.