Skip to content

Introduce dedicated error collector for serve command #167

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

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented Jan 10, 2025

This PR cleans up serve logging output to be way less verbose and so the CLI output should be more usable out of the box.

We now also emit warnings and errors on the console when using the serve command. This was a regression because our program logger got overwritten by the webapplication logger.

image

Do note that serve serves files on demand so the errors you see are the global error messages and the error messages for the file being viewed in the browser only.

@Mpdreamz Mpdreamz merged commit f0c347a into main Jan 10, 2025
3 checks passed
@Mpdreamz Mpdreamz deleted the feature/serve-failure-output branch January 10, 2025 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants