Skip to content

Commit 7885c30

Browse files
committed
use debug level for shim support
1 parent b1007e2 commit 7885c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/engine/shim/shim_support.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
1616
)
1717

1818
func init() {
19-
log.SetLogLevel(log.RootLogger(), log.ErrorLevel)
19+
log.SetLogLevel(log.RootLogger(), log.DebugLevel)
2020

2121
cfg, err := engine.LoadAppConfig(cfgJson, cfgCompressed)
2222
if err != nil {

0 commit comments

Comments
 (0)