Skip to content

Commit

Permalink
set logging to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kpelzel authored and Ghazanfar Ali committed Dec 18, 2019
1 parent 56ccaea commit 83f6e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/layer0/uinit/uinit.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const ioDir = "/tmp/io"
const ioMode = 0700

// log level of child node
const logLevel = "7"
const logLevel = "10"

type command struct {
Cmd string
Expand Down

0 comments on commit 83f6e48

Please sign in to comment.