-
Notifications
You must be signed in to change notification settings - Fork 168
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
Please quiet down the 14.2 frontend compilation #8104
Comments
And while I'm at it, ANSI escape codes for color look annoying in the Eclipse console window. Another option to shut them off would be nice. |
Thanks for the ticket @jflamy. I move this to the Flow team for evaluation. |
I don't quite qualify for giving that response either ;) Thanks for the feedback. I've touched the log output lately for 14.2 and other versions to make it less verbose for the frontend side and to unify the output for the detected configuration used like "You are running development mode...". These were packed inside single The message for app is running was intended for more newbie users and even mentions that the port not be valid. This is only done in development mode and yes it is of no information to most users, but for new users we have discovered issues in trying to understand what do and what to make of the overwhelming log output.
Using I'll take a look at this after finishing some ongoing things. |
I use slf4j with logback but this appears to be written straight to stdout — or not caught by my config. I already have a few Vaadin loggers bumped up to error because warning is used abusively — will open other tickets.
Kindly provide your config for this one?
|
When developping, we sort of know that Vaadin will be running in debug mode.
Also, the many "=============" and "-------------------" lines give the output a "first-year programming course-just-learned-about-printf-this-is-cool" feeling that does not fit with the rest of the well-polished product.
Suggestion: add a "verboseLevel" configuration option, with 0 meaning error messages only.
Also If I'm running an embedded Tomcat or Jetty and I change the port, it is pointlessly annoying to be given a wrong URL in the instructions.
The text was updated successfully, but these errors were encountered: