We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c3e12 commit 97913f8Copy full SHA for 97913f8
1 file changed
frankenphp.go
@@ -411,7 +411,6 @@ func ServeHTTP(responseWriter http.ResponseWriter, request *http.Request) error
411
worker.handleRequest(fc)
412
return nil
413
}
414
- fc.logger.Warn(fmt.Sprintf("Module ID mismatch: %s != %s", worker.moduleID, fc.moduleID))
415
416
417
// If no worker was available send the request to non-worker threads
0 commit comments