diff --git a/frankenphp.go b/frankenphp.go index eefa7ace..3f820c5a 100644 --- a/frankenphp.go +++ b/frankenphp.go @@ -533,7 +533,7 @@ func go_sapi_flush(threadIndex C.uintptr_t) bool { } if err := http.NewResponseController(fc.responseWriter).Flush(); err != nil { - logger.LogAttrs(context.Background(), slog.LevelError, "the current responseWriter is not a flusher", slog.Any("error", err)) + logger.LogAttrs(context.Background(), slog.LevelWarn, "the current responseWriter is not a flusher, if you are not using a custom build, please report this issue", slog.Any("error", err)) } return false