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

[plugin-architecture] Improve console logs for start command #2757

Open
victorgcramos opened this issue Apr 28, 2022 · 0 comments
Open

[plugin-architecture] Improve console logs for start command #2757

victorgcramos opened this issue Apr 28, 2022 · 0 comments

Comments

@victorgcramos
Copy link
Member

When you run yarn start on the plugins-structure dir, log messages are a little confusing. We should provide a cleaner log by default, and display the full logs using the --verbose or -v tag.

Ideally, we should display all plugins and apps, and where it's running on your localhost or network.

For example:

Compiled successfully on development mode!

[app] politeia:
    Local:            https://localhost:3000
    On Your Network:  https://<ip>:3000

[package] core:
    Local:            https://localhost:3002
    On Your Network:  https://<ip>:3002

[package] common-ui:
    Local:            https://localhost:3007
    On Your Network:  https://<ip>:3007
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

No branches or pull requests

1 participant