-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Adds clarity around output setting log statement #13212
Fix: Adds clarity around output setting log statement #13212
Conversation
🦋 Changeset detectedLatest commit: bd05191 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
I could be wrong about the intent of the log line here. |
CodSpeed Performance ReportMerging #13212 will not alter performanceComparing Summary
|
Changes
This pull request is an attempt to solve #13192
Changes the output log statement to log the
output
and not thebuildOutput
.I have added an additional log to show if an adapter is setup for ssr, which is what I believe was the intent of this log line being changed in commit fix(core): add error log for server islands.
Testing
No tests were added as the only changes are to log statements
Docs