We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4917537 commit 621aa45Copy full SHA for 621aa45
1 file changed
internal/core/services/coldstarter/handler/lua_handler.go
@@ -59,7 +59,7 @@ func (handler *LuaHandler) Handle(data []byte, funcs map[string]func(data ...str
59
l.SetGlobal("debug_print", l.NewFunction(
60
func(l *lua.LState) int {
61
arg := l.CheckString(1)
62
- logger.Log().Debug(arg)
+ logger.Log().Info(arg)
63
return 0
64
},
65
))
0 commit comments