-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Restarts in DevMode generate a warning about multiple Vertx instance #4720
Comments
I suppose we could add a log filter cleanup rule but I'm not sure it would be the right fix. @stuartwdouglas what's your take on that one? |
I was thinking of doing it only for DevMode. I was not sure if filtering is the way to go. |
I think it's last resort and a proper fix would be better. I forgot about this otherwise I would have pushed a workaround in 0.26.0. There's a good chance people will complain about this. |
Do you want me to prepare a draft PR for the log filtering? |
It sounds like this can be closed now? |
@stuartwdouglas Hi, the log filtering is a workaround only applied in dev mode till we have a proper solution of having only one Vertx instance. I'll leave the issue open. WDYT? |
#4367 is the issue to track removal of the 2nd vert.x instance, this one was just the log message. |
Describe the bug
In dev mode, we have this warning
Expected behavior
No warning message
Actual behavior
The warning message is logged on each restart
To Reproduce
Steps to reproduce the behavior:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: