Skip to content

Commit

Permalink
use debug level for shim support
Browse files Browse the repository at this point in the history
  • Loading branch information
yxuco committed Dec 26, 2020
1 parent b1007e2 commit 7885c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/engine/shim/shim_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
)

func init() {
log.SetLogLevel(log.RootLogger(), log.ErrorLevel)
log.SetLogLevel(log.RootLogger(), log.DebugLevel)

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

0 comments on commit 7885c30

Please sign in to comment.