in fc/function.go [197:202]
func (fn *Function) printPanicLog(requestId, errorMessage string) { if !enableInvokePanicLog { return } log.Printf(" %s [ERROR] %s\n", requestId, errorMessage) }