Skip to content

Commit 7e0076f

Browse files
committed
set logging to 10
1 parent 4bec109 commit 7e0076f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/layer0/uinit/uinit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const ioDir = "/tmp/io"
2828
const ioMode = 0700
2929

3030
// log level of child node
31-
const logLevel = "7"
31+
const logLevel = "10"
3232

3333
type command struct {
3434
Cmd string

0 commit comments

Comments
 (0)