Skip to content
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

chore(server): improve dev logs formatting #41109

Merged
merged 1 commit into from Oct 2, 2022

Conversation

Simek
Copy link
Contributor

@Simek Simek commented Oct 2, 2022

Why

Use the custom, build-in logger for the dev server messages, to unify their appearance with other ones:

Screenshot 2022-10-02 135927

How

Replace console with Log calls in next-dev-server.ts.

Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ijjk ijjk merged commit 31c4641 into vercel:canary Oct 2, 2022
@Simek Simek deleted the server-dev-logging-formatting branch October 2, 2022 19:50
BowlingX pushed a commit to BowlingX/next.js that referenced this pull request Oct 5, 2022
# Why

Use the custom, build-in logger for the dev server messages, to unify
their appearance with other ones:

<img width="415" alt="Screenshot 2022-10-02 135927"
src="https://user-images.githubusercontent.com/719641/193454207-88c415a2-9b43-45f3-ae52-3f088bccfd01.png">

# How

Replace `console` with `Log` calls in `next-dev-server.ts`.
Kikobeats pushed a commit to Kikobeats/next.js that referenced this pull request Oct 24, 2022
# Why

Use the custom, build-in logger for the dev server messages, to unify
their appearance with other ones:

<img width="415" alt="Screenshot 2022-10-02 135927"
src="https://user-images.githubusercontent.com/719641/193454207-88c415a2-9b43-45f3-ae52-3f088bccfd01.png">

# How

Replace `console` with `Log` calls in `next-dev-server.ts`.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants