diff --git a/examples/engine/shim/shim_support.go b/examples/engine/shim/shim_support.go index 98ea890b..55327038 100644 --- a/examples/engine/shim/shim_support.go +++ b/examples/engine/shim/shim_support.go @@ -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 {