Skip to content

Commit

Permalink
Merge pull request #77 from yomimono/dont-force-log-level
Browse files Browse the repository at this point in the history
don't force log level to info
  • Loading branch information
yomimono authored Mar 29, 2019
2 parents 61d4571 + 6967ca0 commit 6662a32
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 6662a32

Please sign in to comment.